aboutsummaryrefslogtreecommitdiffstats
path: root/os/windows/Makefile
diff options
context:
space:
mode:
authorRay Hogenson <rayhogenson@gmail.com>2012-01-23 19:19:33 -0900
committerRay Hogenson <rayhogenson@gmail.com>2012-01-23 19:19:33 -0900
commit577ac701fc0000ba98f6710cdfd30ad353e8df2e (patch)
tree52e9f91babe0c5690dc8b78fbd19e14a6fe7b06e /os/windows/Makefile
parentmkdir in configure (diff)
downloadyetihack-577ac701fc0000ba98f6710cdfd30ad353e8df2e.tar.zst
fixed the windows Makefile packager
Diffstat (limited to 'os/windows/Makefile')
-rw-r--r--os/windows/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/windows/Makefile b/os/windows/Makefile
index 94c335d..cc2c4d1 100644
--- a/os/windows/Makefile
+++ b/os/windows/Makefile
@@ -5,7 +5,7 @@ yetihack.exe: src/YetiHack.cpp
package: yetihack.exe
makensis os/windows/install.nsi
- zip package/yetihack-windows.zip os/windows/yetihack-windows
+ cd os/windows/yetihack-windows && zip ../../../package/yetihack-windows.zip *
install: yetihack.exe
./YetiHack_installer.exe