mirror of
https://github.com/Pandipipas/scoreko-electron-dev.git
synced 2026-06-06 05:32:06 +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:
Generated
+607
-835
File diff suppressed because it is too large
Load Diff
+4
-2
@@ -70,8 +70,10 @@
|
|||||||
"installerIcon": "static/icons/icon.ico",
|
"installerIcon": "static/icons/icon.ico",
|
||||||
"uninstallerIcon": "static/icons/icon.ico",
|
"uninstallerIcon": "static/icons/icon.ico",
|
||||||
"installerHeaderIcon": "static/icons/icon.ico",
|
"installerHeaderIcon": "static/icons/icon.ico",
|
||||||
"shortcutName": "Scoreko"
|
"shortcutName": "Scoreko",
|
||||||
}
|
"useZip": false
|
||||||
|
},
|
||||||
|
"compression": "normal"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=22"
|
"node": ">=22"
|
||||||
|
|||||||
Reference in New Issue
Block a user