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",
|
"nsis-web",
|
||||||
"appx"
|
"appx"
|
||||||
],
|
],
|
||||||
|
"sign": "./sign.js",
|
||||||
"extraResources": [
|
"extraResources": [
|
||||||
{
|
{
|
||||||
"from": "node_modules/regedit/vbs",
|
"from": "node_modules/regedit/vbs",
|
||||||
@ -185,8 +186,7 @@
|
|||||||
"allowToChangeInstallationDirectory": true,
|
"allowToChangeInstallationDirectory": true,
|
||||||
"artifactName": "${productName}-Installer-${version}.${ext}",
|
"artifactName": "${productName}-Installer-${version}.${ext}",
|
||||||
"uninstallDisplayName": "${productName}",
|
"uninstallDisplayName": "${productName}",
|
||||||
"deleteAppDataOnUninstall": true,
|
"deleteAppDataOnUninstall": true
|
||||||
"sign": "./sign.js"
|
|
||||||
},
|
},
|
||||||
"portable": {
|
"portable": {
|
||||||
"artifactName": "${productName}-Portable-${version}.${ext}"
|
"artifactName": "${productName}-Portable-${version}.${ext}"
|
||||||
|
Loading…
Reference in New Issue
Block a user