mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-11-04 06:31:54 +00:00 
			
		
		
		
	[host] windows: fix NSIS install directory on 64-bit builds
This is probably an NSIS bug.
This commit is contained in:
		@@ -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"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user