diff options
-rwxr-xr-x | makedist | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -61,15 +61,14 @@ mkdir "release-windows" | |||
61 | mv "$out" "release-windows/$out-win32" | 61 | mv "$out" "release-windows/$out-win32" |
62 | 62 | ||
63 | cd "release-unix/$out" | 63 | cd "release-unix/$out" |
64 | rm -rf makedist install.bat COPYING_lua COPYING_7z COPYING_win win32 lfw | 64 | rm -rf makedist install.bat COPYING_lua COPYING_7z COPYING_win win32 lfw .travis.yml .gitignore |
65 | cd .. | 65 | cd .. |
66 | tar czvpf ../"$out.tar.gz" "$out" | 66 | tar czvpf ../"$out.tar.gz" "$out" |
67 | cd .. | 67 | cd .. |
68 | rm -rf "release-unix" | 68 | rm -rf "release-unix" |
69 | 69 | ||
70 | cd "release-windows/$out-win32" | 70 | cd "release-windows/$out-win32" |
71 | cp -va win32/* . | 71 | rm -rf makedist Makefile configure lfw .travis.yml .gitignore |
72 | rm -rf makedist Makefile configure lfw win32 | ||
73 | cd .. | 72 | cd .. |
74 | zip -r ../"$out-win32.zip" "$out-win32" | 73 | zip -r ../"$out-win32.zip" "$out-win32" |
75 | cd .. | 74 | cd .. |