Skip to content

Commit

Permalink
[x64] KODI64: NSIS InstallDir
Browse files Browse the repository at this point in the history
  • Loading branch information
aracnoz committed Sep 4, 2017
1 parent 5320cff commit 883ec96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Win32BuildSetup/genNsisInstaller.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
OutFile "${APP_NAME}Setup-${app_revision}-${app_branch}-x64.exe"

;Default installation folder
InstallDir "$PROGRAMFILES\${APP_NAME}"
InstallDir "$PROGRAMFILES64\${APP_NAME}"

;Get installation folder from registry if available
InstallDirRegKey HKCU "Software\${APP_NAME}" ""
Expand Down

0 comments on commit 883ec96

Please sign in to comment.