mirror of
https://github.com/bitwarden/browser.git
synced 2024-10-29 07:59:42 +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",
|
"electronUpdaterCompatibility": ">=0.0.1",
|
||||||
"target": [
|
"target": [
|
||||||
"portable",
|
"portable",
|
||||||
"nsis"
|
"nsis",
|
||||||
|
"nsis-web"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"linux": {
|
"linux": {
|
||||||
@ -71,7 +72,6 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dmg": {
|
"dmg": {
|
||||||
"background": "./resources/background.png",
|
|
||||||
"contents": [
|
"contents": [
|
||||||
{
|
{
|
||||||
"x": 150,
|
"x": 150,
|
||||||
@ -94,8 +94,20 @@
|
|||||||
"oneClick": false,
|
"oneClick": false,
|
||||||
"perMachine": true,
|
"perMachine": true,
|
||||||
"allowToChangeInstallationDirectory": true,
|
"allowToChangeInstallationDirectory": true,
|
||||||
|
"artifactName": "${productName} Installer ${version}.${ext}",
|
||||||
"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": {
|
||||||
|
"artifactName": "${productName} Portable.${ext}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
Loading…
Reference in New Issue
Block a user