mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[host] windows: fix NSIS install directory on 64-bit builds
This is probably an NSIS bug.
This commit is contained in:
parent
8dcf7af791
commit
13fabc2e4a
@ -31,10 +31,12 @@ Unicode true
|
||||
RequestExecutionLevel admin
|
||||
ShowInstDetails "show"
|
||||
ShowUninstDetails "show"
|
||||
InstallDir "$PROGRAMFILES64\Looking Glass (host)"
|
||||
|
||||
!ifndef BUILD_32BIT
|
||||
Target AMD64-Unicode
|
||||
InstallDir "$PROGRAMFILES\Looking Glass (host)"
|
||||
!else
|
||||
InstallDir "$PROGRAMFILES64\Looking Glass (host)"
|
||||
!endif
|
||||
|
||||
!define MUI_ICON "icon.ico"
|
||||
|
Loading…
Reference in New Issue
Block a user