mirror of
https://github.com/bitwarden/desktop
synced 2025-12-05 23:53:29 +00:00
updating the sign file with a multiline command
This commit is contained in:
4
sign.js
4
sign.js
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user