mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-29 18:31:38 +00:00
Refactor ISCC command for better readability
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -777,9 +777,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
choco install innosetup
|
choco install innosetup
|
||||||
export signtool="C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x64\signtool.exe"
|
export signtool="C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x64\signtool.exe"
|
||||||
iscc /S"gamsigntool=$signtool sign /sha1 $WINDOWS_CODESIGN_CERT_HASH /tr http://time.certum.pl /td SHA256 /fd SHA256 /v \$f" gam.iss
|
iscc \
|
||||||
mv -v Output/*.exe "${gampath}/.."
|
/S"gamsigntool=$signtool sign /sha1 $WINDOWS_CODESIGN_CERT_HASH /tr http://time.certum.pl /td SHA256 /fd SHA256 /v \$f" \
|
||||||
|
/O"$GITHUB_WORKSPACE" \
|
||||||
|
gam.iss
|
||||||
|
|
||||||
#- name: Windows package MSI
|
#- name: Windows package MSI
|
||||||
# if: runner.os == 'Windows' && matrix.goal != 'test'
|
# if: runner.os == 'Windows' && matrix.goal != 'test'
|
||||||
# run: |
|
# run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user