use the new option name for tests

This commit is contained in:
Michał Trojnara 2022-08-02 21:26:09 +02:00
parent 0e80573c58
commit 23288f5a00

View File

@ -120,7 +120,7 @@ def parse_args() -> str:
program = [OSSLSIGNCODE_FILE, "sign", "-in", args.input, "-out", args.output,
"-certs", args.certs, "-key", args.key,
"-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"]
return program