File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4141 shell : cmd
4242
4343 - name : Build Installer
44- run : .\\Installer\\Make-Installer.bat Nightly /SCertum= .github/scripts/dummy_sign.bat
44+ run : .\\Installer\\Make-Installer.bat Nightly .github/scripts/dummy_sign.bat
4545 shell : cmd
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ del ..\Final\Installer\*Installer.exe
3232
3333echo Building installer...
3434if not " %~2 " == " " (
35- echo Running Inno Setup: %innoSetupExe% setup.iss /DReleaseState=%1 " %~2 "
36- %innoSetupExe% setup.iss /DReleaseState=%1 " %~2 "
35+ echo Running Inno Setup: %innoSetupExe% setup.iss /DReleaseState=%1 /SCertum= %~2
36+ %innoSetupExe% setup.iss /DReleaseState=%1 /SCertum= %~2
3737) else (
3838 echo Running Inno Setup: %innoSetupExe% setup.iss /DReleaseState=%1
3939 %innoSetupExe% setup.iss /DReleaseState=%1
You can’t perform that action at this time.
0 commit comments