mirror of
https://gitlab.com/RemixDev/deemix-gui.git
synced 2025-01-01 12:46:07 +00:00
Fixed windows nsis build script
This commit is contained in:
parent
40302ff756
commit
1c5b18dc16
|
@ -68,7 +68,7 @@
|
||||||
"nsis": {
|
"nsis": {
|
||||||
"artifactName": "${productName}_setup.${ext}",
|
"artifactName": "${productName}_setup.${ext}",
|
||||||
"oneClick": false,
|
"oneClick": false,
|
||||||
"license": "LICENSE",
|
"license": "LICENSE.txt",
|
||||||
"allowToChangeInstallationDirectory": true,
|
"allowToChangeInstallationDirectory": true,
|
||||||
"uninstallDisplayName": "${productName}",
|
"uninstallDisplayName": "${productName}",
|
||||||
"deleteAppDataOnUninstall": true
|
"deleteAppDataOnUninstall": true
|
||||||
|
|
Loading…
Reference in a new issue