1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

casting to integer

This commit is contained in:
Joseph Flinn
2021-01-15 00:56:02 +00:00
parent e1c83d324f
commit 1d7aa701bf

View File

@@ -1,5 +1,5 @@
exports.default = async function(configuration) { exports.default = async function(configuration) {
if (process.env.ELECTRON_BUILDER_SIGN === 1) { 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} ` +