1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

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

View File

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