Skip to content

Commit

Permalink
fix: use the word "sign" in osslsigncode
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Dec 2, 2022
1 parent ff4c4cb commit 034a3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/pack/win.ts
Expand Up @@ -293,7 +293,7 @@ async function signWindows(o: string, arch: string, config: Interfaces.Config, w

console.log(`key exists at ${windows.keypath} : ${fs.existsSync(windows.keypath)}`)
console.log(`input file exists at ${buildLocationUnsigned} : ${fs.existsSync(buildLocationUnsigned)}`)
const signCommand = `osslsigncode ${args.join(' ')}`
const signCommand = `osslsigncode sign ${args.join(' ')}`
console.log(`will run sign command : ${signCommand}`)
await exec(signCommand)
}
Expand Down

0 comments on commit 034a3c9

Please sign in to comment.