1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 17:42:29 +01:00

Make x64 build first to reduce chance of people choosing 32bit

This commit is contained in:
duncanspumpkin
2019-08-19 20:51:22 +01:00
parent 7d2a7deb28
commit 16fb7f10d6

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 "\.", ",")"