1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Change Windows x64 output name to openrct2.exe

This commit is contained in:
Ted John
2016-10-20 22:45:22 +01:00
parent 8187b4a4d1
commit aeb6d40703
3 changed files with 7 additions and 7 deletions

View File

@@ -18,7 +18,7 @@
InstallDir "$PROGRAMFILES32\OpenRCT2\"
!else
!define OPENRCT2_EXE "openrct2_x64.exe"
!define OPENRCT2_EXE "openrct2.exe"
!define APPBITS 64
!define APPARCH "win64"