Linux build with proton picker
Build check / build-windows (pull_request) Has been cancelled
Build check / build-linux (pull_request) Has been cancelled

This commit is contained in:
2026-07-29 22:33:23 -04:00
committed by Patrick Begley
parent 5812065b56
commit 275166559a
18 changed files with 862 additions and 54 deletions
+2 -1
View File
@@ -16,7 +16,8 @@
"pack": "electron-builder --config",
"pack:ptr": "electron-builder --config electron-builder.ptr.yml",
"dist": "tsc && npm run build && npm run pack",
"dist:ptr": "tsc && npm run build:ptr && npm run pack:ptr"
"dist:ptr": "tsc && npm run build:ptr && npm run pack:ptr",
"dist:linux": "bash scripts/build.sh"
},
"dependencies": {
"@electron-toolkit/preload": "^1.0.3",