mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-04-29 01:56:27 +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
|
RequestExecutionLevel admin
|
||||||
ShowInstDetails "show"
|
ShowInstDetails "show"
|
||||||
ShowUninstDetails "show"
|
ShowUninstDetails "show"
|
||||||
InstallDir "$PROGRAMFILES64\Looking Glass (host)"
|
|
||||||
|
|
||||||
!ifndef BUILD_32BIT
|
!ifndef BUILD_32BIT
|
||||||
Target AMD64-Unicode
|
Target AMD64-Unicode
|
||||||
|
InstallDir "$PROGRAMFILES\Looking Glass (host)"
|
||||||
|
!else
|
||||||
|
InstallDir "$PROGRAMFILES64\Looking Glass (host)"
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!define MUI_ICON "icon.ico"
|
!define MUI_ICON "icon.ico"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user