mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-05 09:08:04 -05:00
use the new option name for tests
This commit is contained in:
parent
0e80573c58
commit
23288f5a00
@ -120,7 +120,7 @@ def parse_args() -> str:
|
|||||||
program = [OSSLSIGNCODE_FILE, "sign", "-in", args.input, "-out", args.output,
|
program = [OSSLSIGNCODE_FILE, "sign", "-in", args.input, "-out", args.output,
|
||||||
"-certs", args.certs, "-key", args.key,
|
"-certs", args.certs, "-key", args.key,
|
||||||
"-addUnauthenticatedBlob", "-add-msi-dse", "-comm", "-ph", "-jp", "low",
|
"-addUnauthenticatedBlob", "-add-msi-dse", "-comm", "-ph", "-jp", "low",
|
||||||
"-h", "sha384", "-st", "1556668800", "-i", "https://www.osslsigncode.com/",
|
"-h", "sha384", "-time", "1556668800", "-i", "https://www.osslsigncode.com/",
|
||||||
"-n", "osslsigncode", "-ac", args.crosscert, "-ts"]
|
"-n", "osslsigncode", "-ac", args.crosscert, "-ts"]
|
||||||
return program
|
return program
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user