From 577ac701fc0000ba98f6710cdfd30ad353e8df2e Mon Sep 17 00:00:00 2001 From: Ray Hogenson Date: Mon, 23 Jan 2012 19:19:33 -0900 Subject: fixed the windows Makefile packager --- os/windows/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os') 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 -- cgit v1.3.1