testing electron-builder integration with az kv
This commit is contained in:
parent
b720106666
commit
623b325074
|
@ -27,7 +27,7 @@ steps:
|
|||
|
||||
# This task is not working...
|
||||
- script: npx electron-builder --win --x64 --ia32 -p never -c.win.certificateSubjectName=\"Bitwarden Inc\"
|
||||
displayName: 'electron-builder package'
|
||||
displayName: 'electron-builder build & sign'
|
||||
env:
|
||||
CSC_LINK: $(ebSigningCertIdentifierURL)
|
||||
CSC_KEY_PASSWORD: $(ebSigningCertKey)
|
||||
|
|
|
@ -185,7 +185,8 @@
|
|||
"allowToChangeInstallationDirectory": true,
|
||||
"artifactName": "${productName}-Installer-${version}.${ext}",
|
||||
"uninstallDisplayName": "${productName}",
|
||||
"deleteAppDataOnUninstall": true
|
||||
"deleteAppDataOnUninstall": true,
|
||||
"sign": "./sign.js"
|
||||
},
|
||||
"portable": {
|
||||
"artifactName": "${productName}-Portable-${version}.${ext}"
|
||||
|
|
Loading…
Reference in New Issue