casting to integer

This commit is contained in:
Joseph Flinn 2021-01-15 00:56:02 +00:00
parent e1c83d324f
commit 1d7aa701bf
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
exports.default = async function(configuration) {
if (process.env.ELECTRON_BUILDER_SIGN === 1) {
if (parseInt(process.env.ELECTRON_BUILDER_SIGN) === 1) {
require("child_process").execSync(
`azuresigntool sign ` +
`-kvu ${process.env.SIGNING_VAULT_URL} ` +