summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/installer.nsi4
1 files changed, 2 insertions, 2 deletions
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