mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
only use nsis web
This commit is contained in:
parent
b9f4462aa4
commit
bb52b58d69
13
package.json
13
package.json
@ -57,7 +57,6 @@
|
|||||||
"electronUpdaterCompatibility": ">=0.0.1",
|
"electronUpdaterCompatibility": ">=0.0.1",
|
||||||
"target": [
|
"target": [
|
||||||
"portable",
|
"portable",
|
||||||
"nsis",
|
|
||||||
"nsis-web"
|
"nsis-web"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -90,7 +89,7 @@
|
|||||||
"height": 380
|
"height": 380
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nsis": {
|
"nsisWeb": {
|
||||||
"oneClick": false,
|
"oneClick": false,
|
||||||
"perMachine": true,
|
"perMachine": true,
|
||||||
"allowToChangeInstallationDirectory": true,
|
"allowToChangeInstallationDirectory": true,
|
||||||
@ -98,16 +97,8 @@
|
|||||||
"uninstallDisplayName": "${productName}",
|
"uninstallDisplayName": "${productName}",
|
||||||
"deleteAppDataOnUninstall": true
|
"deleteAppDataOnUninstall": true
|
||||||
},
|
},
|
||||||
"nsisWeb": {
|
|
||||||
"oneClick": false,
|
|
||||||
"perMachine": true,
|
|
||||||
"allowToChangeInstallationDirectory": true,
|
|
||||||
"artifactName": "${productName} Web Installer ${version}.${ext}",
|
|
||||||
"uninstallDisplayName": "${productName}",
|
|
||||||
"deleteAppDataOnUninstall": true
|
|
||||||
},
|
|
||||||
"portable": {
|
"portable": {
|
||||||
"artifactName": "${productName} Portable.${ext}"
|
"artifactName": "${productName} Portable ${version}.${ext}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
Loading…
Reference in New Issue
Block a user