mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-09 09:51:02 +01:00
casting to integer
This commit is contained in:
parent
e1c83d324f
commit
1d7aa701bf
2
sign.js
2
sign.js
@ -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} ` +
|
||||||
|
Loading…
Reference in New Issue
Block a user