[host] fix nsis build failure to do invalid path to new VERSION file

This commit is contained in:
Geoffrey McRae
2020-10-09 02:36:48 +11:00
parent e6c88a4af3
commit e1d7752165
2 changed files with 1 additions and 2 deletions

View File

@@ -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"