mirror of
https://github.com/Pandipipas/scoreko-dev.git
synced 2026-06-06 03:32:06 +00:00
feat(electron): build compressed Windows installer with Electron 40.6.1
This commit is contained in:
+3
-1
@@ -23,7 +23,9 @@
|
||||
"lint": "eslint",
|
||||
"schema-types": "nodecg schema-types",
|
||||
"start": "nodecg start",
|
||||
"watch": "conc -n B,E -c red,blue -k vite \"tsc -b -w --preserveWatchOutput tsconfig.extension.json\""
|
||||
"watch": "conc -n B,E -c red,blue -k vite \"tsc -b -w --preserveWatchOutput tsconfig.extension.json\"",
|
||||
"electron:start": "pnpm --dir electron start",
|
||||
"electron:dist": "pnpm --dir electron dist:win"
|
||||
},
|
||||
"nodecg": {
|
||||
"compatibleRange": "^2.6.0",
|
||||
|
||||
Reference in New Issue
Block a user