Skip to content

Commit

Permalink
Sign with SHA1
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotofy committed Sep 26, 2021
1 parent 8d80beb commit ee145fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def dist():
# Run
cs_flags = ""
if args.code_sign_cert_path and args.signtool_path:
cs_flags = '"/Ssigntool=%s sign /f %s /t http://timestamp.sectigo.com $f"' % (args.signtool_path, args.code_sign_cert_path)
cs_flags = '"/Ssigntool=%s sign /f %s /fd SHA1 /t http://timestamp.sectigo.com $f"' % (args.signtool_path, args.code_sign_cert_path)
run("innosetup\\iscc /Qp " + cs_flags + " \"innosetup.iss\"")

print("Done! Setup created in dist/")
Expand Down

0 comments on commit ee145fe

Please sign in to comment.