mirror of
https://github.com/bitwarden/browser
synced 2024-12-28 02:43:04 +01:00
installer options
This commit is contained in:
parent
12a51eed89
commit
3ea4842351
16
package.json
16
package.json
@ -57,7 +57,8 @@
|
||||
"electronUpdaterCompatibility": ">=0.0.1",
|
||||
"target": [
|
||||
"portable",
|
||||
"nsis"
|
||||
"nsis",
|
||||
"nsis-web"
|
||||
]
|
||||
},
|
||||
"linux": {
|
||||
@ -71,7 +72,6 @@
|
||||
]
|
||||
},
|
||||
"dmg": {
|
||||
"background": "./resources/background.png",
|
||||
"contents": [
|
||||
{
|
||||
"x": 150,
|
||||
@ -94,8 +94,20 @@
|
||||
"oneClick": false,
|
||||
"perMachine": true,
|
||||
"allowToChangeInstallationDirectory": true,
|
||||
"artifactName": "${productName} Installer ${version}.${ext}",
|
||||
"uninstallDisplayName": "${productName}",
|
||||
"deleteAppDataOnUninstall": true
|
||||
},
|
||||
"nsisWeb": {
|
||||
"oneClick": false,
|
||||
"perMachine": true,
|
||||
"allowToChangeInstallationDirectory": true,
|
||||
"artifactName": "${productName} Web Installer ${version}.${ext}",
|
||||
"uninstallDisplayName": "${productName}",
|
||||
"deleteAppDataOnUninstall": true
|
||||
},
|
||||
"portable": {
|
||||
"artifactName": "${productName} Portable.${ext}"
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user