kopia lustrzana https://github.com/OpenDroneMap/ODM
Fix signtool path
rodzic
f60dc33df0
commit
51feb49d09
|
@ -193,7 +193,7 @@ def dist():
|
||||||
z.extractall("innosetup")
|
z.extractall("innosetup")
|
||||||
|
|
||||||
# Run
|
# Run
|
||||||
cs_flags = ""
|
cs_flags = '"/Ssigntool=%s"' % signtool_path
|
||||||
if args.code_sign_cert_path:
|
if args.code_sign_cert_path:
|
||||||
cs_flags = '"/Ssigntool=%s sign /f %s /fd SHA1 /t http://timestamp.sectigo.com $f"' % (signtool_path, args.code_sign_cert_path)
|
cs_flags = '"/Ssigntool=%s sign /f %s /fd SHA1 /t http://timestamp.sectigo.com $f"' % (signtool_path, args.code_sign_cert_path)
|
||||||
run("innosetup\\iscc /Qp " + cs_flags + " \"innosetup.iss\"")
|
run("innosetup\\iscc /Qp " + cs_flags + " \"innosetup.iss\"")
|
||||||
|
|
Ładowanie…
Reference in New Issue