1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-06 09:20:43 +01:00

updating the sign file with a multiline command

This commit is contained in:
Joseph Flinn 2020-12-31 00:19:28 +00:00
parent 1465d3e4cc
commit 94a363c4ca

View File

@ -2,7 +2,9 @@ exports.default = async function(configuration) {
console.log(`config:\n${JSON.stringify(configuration, null, 4)}`) console.log(`config:\n${JSON.stringify(configuration, null, 4)}`)
require("child_process").execSync( require("child_process").execSync(
`azuresigntool sign --help`, `azuresigntool sign \
--help
`,
{ {
stdio: "inherit" stdio: "inherit"
} }