mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-09 09:51:02 +01:00
seeing what file it fails on, specifically
This commit is contained in:
parent
81a5c77b5e
commit
404e4130da
2
sign.js
2
sign.js
@ -1,7 +1,6 @@
|
|||||||
exports.default = async function(configuration) {
|
exports.default = async function(configuration) {
|
||||||
if (parseInt(process.env.ELECTRON_BUILDER_SIGN) === 1) {
|
if (parseInt(process.env.ELECTRON_BUILDER_SIGN) === 1) {
|
||||||
console.log(`[++] File to sign: ${configuration.path}`)
|
console.log(`[++] File to sign: ${configuration.path}`)
|
||||||
/*
|
|
||||||
require("child_process").execSync(
|
require("child_process").execSync(
|
||||||
`azuresigntool sign ` +
|
`azuresigntool sign ` +
|
||||||
`-kvu ${process.env.SIGNING_VAULT_URL} ` +
|
`-kvu ${process.env.SIGNING_VAULT_URL} ` +
|
||||||
@ -17,6 +16,5 @@ exports.default = async function(configuration) {
|
|||||||
stdio: "inherit"
|
stdio: "inherit"
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user