From 00f23626fd6a07525dcb69fde48dabf2cca147fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henri=20Hyyryl=C3=A4inen?= Date: Sat, 3 Dec 2022 13:44:20 +0200 Subject: [PATCH] Install to program files 64 --- Scripts/launcher.nsi.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/launcher.nsi.template b/Scripts/launcher.nsi.template index b4ad2ce7..a621799a 100644 --- a/Scripts/launcher.nsi.template +++ b/Scripts/launcher.nsi.template @@ -52,7 +52,7 @@ RequestExecutionLevel user # !define MULTIUSER_INSTALLMODE_DEFAULT_CURRENTUSER !define MULTIUSER_INSTALLMODE_INSTDIR "Thrive Launcher" -# !define MULTIUSER_USE_PROGRAMFILES64 1 +!define MULTIUSER_USE_PROGRAMFILES64 1 # !define MULTIUSER_NOUNINSTALL ;Uncomment if no uninstaller is created # TODO: fix the following, which doesn't work for some reason