fixing unknown syntax error

This commit is contained in:
Joseph Flinn 2021-01-06 19:46:37 +00:00
parent b1e4bd4bdb
commit 190fb423da
1 changed files with 1 additions and 7 deletions

View File

@ -1,11 +1,5 @@
exports.default = async function(configuration) {
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) {
if (process.env.ELECTRON_BUILDER_SIGN === 1) {
require("child_process").execSync(
`azuresigntool sign ` +
`-kvu ${process.env.SIGNING_VAULT_URL} ` +