diff options
Diffstat (limited to 'os/windows/install.nsi')
| -rw-r--r-- | os/windows/install.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/windows/install.nsi b/os/windows/install.nsi index a53078e..507acba 100644 --- a/os/windows/install.nsi +++ b/os/windows/install.nsi @@ -42,7 +42,7 @@ Section "YetiHack" SectionIn RO
SetOutPath $INSTDIR
- File "/home/ray/Documents/programming/YetiHack/windows/yetihack.exe"
+ File "$YETIHACKDIR/src/yetihack.exe"
File "/usr/i586-mingw32msvc/bin/pdcurses.dll"
; Write the installation path into the registry
|
