diff options
| author | Ray Hogenson <rayhogenson@gmail.com> | 2012-01-23 19:19:33 -0900 |
|---|---|---|
| committer | Ray Hogenson <rayhogenson@gmail.com> | 2012-01-23 19:19:33 -0900 |
| commit | 577ac701fc0000ba98f6710cdfd30ad353e8df2e (patch) | |
| tree | 52e9f91babe0c5690dc8b78fbd19e14a6fe7b06e /os/windows | |
| parent | 3d18d6f9aac4bdb77f9b58696f36a7aadb81dc29 (diff) | |
| download | yetihack-577ac701fc0000ba98f6710cdfd30ad353e8df2e.tar.zst | |
fixed the windows Makefile packager
Diffstat (limited to 'os/windows')
| -rw-r--r-- | os/windows/Makefile | 2 |
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 |
