Make x64 the default again in the installer script

This commit is contained in:
spherallic 2023-06-05 11:56:40 +02:00
parent 069d143e06
commit 300d254ae4

View file

@ -4,7 +4,7 @@
#define public Dependency_NoExampleSetup
#include "CodeDependencies.iss"
#define UZB_arch "x86"
#define UZB_arch "x64"
#define UZB_GetVersionString() \
Local[0] = GetVersionNumbersString("..\Build\Builder.exe")