1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 19:13:07 +01:00

Merge pull request #9911 from duncanspumpkin/switch_yml

Make x64 build first to reduce chance of people choosing 32bit
This commit is contained in:
Duncan
2019-08-19 20:59:02 +01:00
committed by GitHub

View File

@@ -14,8 +14,8 @@ install:
- ps: >-
.\scripts\ps\appveyor_install.ps1
platform:
- Win32
- x64
- Win32
configuration: Release
before_build:
- ps: Set-Content -Path '.\resources\version.h' -Value "#define OPENRCT2_FILE_VERSION $($env:APPVEYOR_BUILD_VERSION -replace "\.", ",")"