feat(electron): build compressed Windows installer with Electron 40.6.1

This commit is contained in:
Pandipipas
2026-03-05 23:41:56 +01:00
parent 20cc81e696
commit d956dfb30b
4 changed files with 239 additions and 1 deletions
+3 -1
View File
@@ -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",