mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[host] fix nsis build failure to do invalid path to new VERSION file
This commit is contained in:
@@ -36,7 +36,7 @@ InstallDir "$PROGRAMFILES64\Looking Glass (host)"
|
||||
!define MUI_ICON "icon.ico"
|
||||
!define MUI_UNICON "icon.ico"
|
||||
!define MUI_LICENSEPAGE_BUTTON "Agree"
|
||||
!define /file VERSION "VERSION"
|
||||
!define /file VERSION "../../VERSION"
|
||||
|
||||
;Install and uninstall pages
|
||||
!insertmacro MUI_PAGE_LICENSE "LICENSE.txt"
|
||||
|
Reference in New Issue
Block a user