From 16fb7f10d6e1aece1bf4ae4c0d1313f4616ceae8 Mon Sep 17 00:00:00 2001 From: duncanspumpkin Date: Mon, 19 Aug 2019 20:51:22 +0100 Subject: [PATCH] Make x64 build first to reduce chance of people choosing 32bit --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index eee7f5a72c..b703a41a5d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 "\.", ",")"