Use relative path in .nsi

This commit is contained in:
DrazharLn 2019-08-01 13:07:13 +01:00
parent 5792e4204c
commit a49c626deb

View File

@ -11,7 +11,7 @@
!define REG_ROOT "HKLM"
!define REG_APP_PATH "Software\Microsoft\DirectPlay\Applications"
#!define REG_GOG_PATH "Software\GOG.com"
!define PATCH_FILES_PATH "K:\#AC-ACX Project\##current patch files"
!define PATCH_FILES_PATH "..\##current patch files"
######################################################################
@ -246,4 +246,4 @@ Section "Uninstall"
SectionEnd
######################################################################
######################################################################