From d383b118b3614f9ce330c3bb4f241ed1f6851690 Mon Sep 17 00:00:00 2001 From: OpportunityLiu Date: Thu, 20 Jun 2019 22:01:06 +0800 Subject: fix install dir --- scripts/installer.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/installer.nsi b/scripts/installer.nsi index e79baef87..795ca6d32 100644 --- a/scripts/installer.nsi +++ b/scripts/installer.nsi @@ -46,11 +46,11 @@ OutFile "xmake.exe" ; The default installation directory !ifdef x64 - InstallDir $PROGRAMFILES64\XMake + InstallDir $PROGRAMFILES64\xmake !define HKLM HKLM64 !define HKCU HKCU64 !else - InstallDir $PROGRAMFILES\XMake + InstallDir $PROGRAMFILES\xmake !define HKLM HKLM !define HKCU HKCU !endif -- cgit v1.3.1