Fix syntax for iscc command in build.yml

This commit is contained in:
Jay Lee
2026-03-03 14:44:43 -05:00
committed by GitHub
parent fec061c250
commit cc7fb0df7b

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 verify /pa /v \$f" gam.iss
#- name: Windows package MSI
# if: runner.os == 'Windows' && matrix.goal != 'test'