mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
fixing unknown syntax error
This commit is contained in:
parent
b1e4bd4bdb
commit
190fb423da
8
sign.js
8
sign.js
@ -1,11 +1,5 @@
|
|||||||
exports.default = async function(configuration) {
|
exports.default = async function(configuration) {
|
||||||
|
if (process.env.ELECTRON_BUILDER_SIGN === 1) {
|
||||||
console.log('+++++++++++++++++++++++++++++++++++++++++++++++++++')
|
|
||||||
console.log(`ELECTRON_BUILDER_SIGN: ${process.env.ELECTRON_BUILDER_SIGN}`)
|
|
||||||
console.log(`Type: ${typeof process.env.ELECTRON_BUILDER_SIGN}`)
|
|
||||||
console.log('+++++++++++++++++++++++++++++++++++++++++++++++++++')
|
|
||||||
|
|
||||||
if (parseInt(process.env.ELECTRON_BUILDER_SIGN) === 1) {
|
|
||||||
require("child_process").execSync(
|
require("child_process").execSync(
|
||||||
`azuresigntool sign ` +
|
`azuresigntool sign ` +
|
||||||
`-kvu ${process.env.SIGNING_VAULT_URL} ` +
|
`-kvu ${process.env.SIGNING_VAULT_URL} ` +
|
||||||
|
Loading…
Reference in New Issue
Block a user