mirror of
https://github.com/Pandipipas/scoreko-electron-dev.git
synced 2026-06-05 21:22:07 +00:00
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:
+4
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user