[win] fix bug 75808

This commit is contained in:
SimplestStudio
2025-08-14 15:59:03 +03:00
parent 9440fc3494
commit a6c315302b

View File

@ -131,6 +131,9 @@ def make_inno(edition = "opensource"):
if common.sign:
args += ["-Sign"]
if xp:
args += ["-TimestampServer", "http://timestamp.comodoca.com/authenticode"]
utils.log_h2("desktop inno " + edition + " build")
ret = utils.ps1("make_inno.ps1", args, verbose=True)
utils.set_summary("desktop inno " + edition + " build", ret)