aboutsummaryrefslogtreecommitdiffstats
path: root/os/windows/install.nsi
diff options
context:
space:
mode:
authorRay Hogenson <rayhogenson@gmail.com>2012-01-14 19:09:16 -0900
committerRay Hogenson <rayhogenson@gmail.com>2012-01-14 19:09:16 -0900
commit95cce1be8aac074afd8943c6a96b89be58929456 (patch)
tree8b50557db4eca7ba98dd4e94530152f28adf5dda /os/windows/install.nsi
parentFixed the windows makefile (diff)
downloadyetihack-95cce1be8aac074afd8943c6a96b89be58929456.tar.zst
Fixed all makefiles
Diffstat (limited to 'os/windows/install.nsi')
-rw-r--r--os/windows/install.nsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/windows/install.nsi b/os/windows/install.nsi
index 507acba..dfb0d65 100644
--- a/os/windows/install.nsi
+++ b/os/windows/install.nsi
@@ -11,7 +11,7 @@
Name "YetiHack Installer"
; The file to write
-OutFile "YetiHack_installer.exe"
+OutFile "../../package/YetiHack_installer.exe"
; The default installation directory
InstallDir $PROGRAMFILES\YetiHack
@@ -42,8 +42,8 @@ Section "YetiHack"
SectionIn RO
SetOutPath $INSTDIR
- File "$YETIHACKDIR/src/yetihack.exe"
- File "/usr/i586-mingw32msvc/bin/pdcurses.dll"
+ File "../../src/yetihack.exe"
+ File "yetihack-windows/pdcurses.dll"
; Write the installation path into the registry
WriteRegStr HKLM SOFTWARE\YetiHack "Install_Dir" "$INSTDIR"