build: show NSIS install details panel by default (#20)

* build: expose NSIS install details panel by default

* fix: update installer configuration to disable zip usage
This commit is contained in:
Pandipipas
2026-02-18 16:58:38 +01:00
committed by GitHub
parent d2ef4b5d4f
commit 182231723c
3 changed files with 611 additions and 837 deletions
+4 -2
View File
@@ -70,8 +70,10 @@
"installerIcon": "static/icons/icon.ico",
"uninstallerIcon": "static/icons/icon.ico",
"installerHeaderIcon": "static/icons/icon.ico",
"shortcutName": "Scoreko"
}
"shortcutName": "Scoreko",
"useZip": false
},
"compression": "normal"
},
"engines": {
"node": ">=22"