diff options
| author | OpportunityLiu <[email protected]> | 2019-06-20 22:01:06 +0800 |
|---|---|---|
| committer | OpportunityLiu <[email protected]> | 2019-06-20 22:01:06 +0800 |
| commit | d383b118b3614f9ce330c3bb4f241ed1f6851690 (patch) | |
| tree | 9e1d3512c0cc2d2c8cbabb78cd81205e876c7cf8 /scripts | |
| parent | 1f7c29466107709a76f66113458561b998e072d1 (diff) | |
fix install dir
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/installer.nsi | 4 |
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
|
