diff options
| author | Ray Hogenson <rayhogenson@gmail.com> | 2012-01-10 15:51:25 -0900 |
|---|---|---|
| committer | Ray Hogenson <rayhogenson@gmail.com> | 2012-01-10 15:51:25 -0900 |
| commit | f400bf3f6905e012e8c36862c0b97db28892a06d (patch) | |
| tree | 5080f7e44a9ffdd9840d16bd0a3a1a559fdb5447 /os/windows/install.nsi | |
| parent | Working yetihack (diff) | |
| download | yetihack-f400bf3f6905e012e8c36862c0b97db28892a06d.tar.zst | |
this one actually compiles. Version 1
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
|
