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