Update signing command in build workflow

This commit is contained in:
Jay Lee
2026-03-03 15:00:29 -05:00
committed by GitHub
parent cc7fb0df7b
commit 0770c20992

View File

@@ -777,7 +777,7 @@ jobs:
run: |
choco install innosetup
export signtool="C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x64\signtool.exe"
iscc /S"gamsigntool=$signtool verify /pa /v \$f" gam.iss
iscc /S"gamsigntool=$signtool sign /sha1 $WINDOWS_CODESIGN_CERT_HASH /tr http://time.certum.pl /td SHA256 /fd SHA256 /v \$f" gam.iss
#- name: Windows package MSI
# if: runner.os == 'Windows' && matrix.goal != 'test'