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
commit 917bff23ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 "\.", ",")"