mirror of
https://github.com/bitwarden/desktop
synced 2025-12-05 23:53:29 +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(
|
||||
`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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user