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
1 changed files with 1 additions and 1 deletions

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