aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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