mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
moving the signing config to the correct config area
This commit is contained in:
parent
623b325074
commit
6ec84bdb6c
@ -120,6 +120,7 @@
|
||||
"nsis-web",
|
||||
"appx"
|
||||
],
|
||||
"sign": "./sign.js",
|
||||
"extraResources": [
|
||||
{
|
||||
"from": "node_modules/regedit/vbs",
|
||||
@ -185,8 +186,7 @@
|
||||
"allowToChangeInstallationDirectory": true,
|
||||
"artifactName": "${productName}-Installer-${version}.${ext}",
|
||||
"uninstallDisplayName": "${productName}",
|
||||
"deleteAppDataOnUninstall": true,
|
||||
"sign": "./sign.js"
|
||||
"deleteAppDataOnUninstall": true
|
||||
},
|
||||
"portable": {
|
||||
"artifactName": "${productName}-Portable-${version}.${ext}"
|
||||
|
Loading…
Reference in New Issue
Block a user