File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ environment:
66 QT_PATH : C:\Qt\5.7\msvc2015
77 SSL_BUILD : jjlsys3xhwn410sw
88 INNO_ARGS :
9+ ARTIFACT_SUFFIX : _x86
910 - VC_ARCH : amd64
1011 QT_PATH : C:\Qt\5.7\msvc2015_64
1112 SSL_BUILD : r2cuqxx95y9bcrwk
@@ -43,13 +44,13 @@ build_script:
4344
4445 copy ssleay32.dll build-Windows\
4546
46- pushd build-Windows & 7z a -tzip ..\OpenRCT2Launcher-win.zip * & popd
47+ pushd build-Windows & 7z a -tzip ..\OpenRCT2Launcher-win%ARTIFACT_SUFFIX% .zip * & popd
4748
4849 iscc %INNO_ARGS% installer.iss
4950artifacts :
50- - path : OpenRCT2Launcher-win.zip
51+ - path : OpenRCT2Launcher-win* .zip
5152 name : zip-archive
52- - path : OpenRCT2Launcher-win.exe
53+ - path : OpenRCT2Launcher-win* .exe
5354 name : exe-installer
5455deploy :
5556- provider : GitHub
Original file line number Diff line number Diff line change @@ -26,14 +26,16 @@ AppPublisherURL={#MyAppURL}
2626DefaultDirName = {pf} \{#MyAppName }
2727DisableProgramGroupPage = yes
2828OutputDir = .
29- OutputBaseFilename = OpenRCT2Launcher-win
3029Compression = lzma
3130SolidCompression = yes
3231
3332#ifdef BUILD64
33+ OutputBaseFilename = OpenRCT2Launcher-win
3434ArchitecturesInstallIn64BitMode = x64
3535ArchitecturesAllowed = x64
3636#else
37+ OutputBaseFilename = OpenRCT2Launcher-win-x86
38+
3739[Code]
3840function InitializeSetup (): Boolean;
3941begin
You can’t perform that action at this time.
0 commit comments