mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-03 22:01:39 +00:00
Update signing command in build workflow
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user