mirror of
https://github.com/bitwarden/desktop
synced 2025-12-11 05:43:37 +00:00
updating the custom sign script
This commit is contained in:
8
sign.js
8
sign.js
@@ -3,8 +3,12 @@ exports.default = async function(configuration) {
|
|||||||
|
|
||||||
require("child_process").execSync(
|
require("child_process").execSync(
|
||||||
`azuresigntool sign \
|
`azuresigntool sign \
|
||||||
--help
|
-kvu "${process.env.SigningVaultURL}" \
|
||||||
`,
|
-kvi "${process.env.SigningClientId}" \
|
||||||
|
-kvs "${process.env.SigningClientSecret}" \
|
||||||
|
-kvc "${process.env.SigningCertName}" \
|
||||||
|
-tr http://timestamp.digicert.com \
|
||||||
|
${configuration.path}`,
|
||||||
{
|
{
|
||||||
stdio: "inherit"
|
stdio: "inherit"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user