Update NSIS build settings (#1389)

This commit is contained in:
Oscar Hinton 2022-03-03 19:50:35 +01:00 committed by GitHub
parent 80415f8cd5
commit 3071bec03f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -190,8 +190,8 @@
},
"nsisWeb": {
"oneClick": false,
"perMachine": true,
"allowToChangeInstallationDirectory": true,
"perMachine": false,
"allowToChangeInstallationDirectory": false,
"artifactName": "${productName}-Installer-${version}.${ext}",
"uninstallDisplayName": "${productName}",
"deleteAppDataOnUninstall": true