From f400bf3f6905e012e8c36862c0b97db28892a06d Mon Sep 17 00:00:00 2001 From: Ray Hogenson Date: Tue, 10 Jan 2012 15:51:25 -0900 Subject: this one actually compiles. Version 1 --- os/windows/install.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/windows/install.nsi') 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 -- cgit v1.3.1