aboutsummaryrefslogtreecommitdiff
path: root/makedist
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xmakedist6
1 files changed, 3 insertions, 3 deletions
diff --git a/makedist b/makedist
index 74983abf..44ba3cd4 100755
--- a/makedist
+++ b/makedist
@@ -56,9 +56,9 @@ cd ..
56rm -rf "release-unix" 56rm -rf "release-unix"
57 57
58cd "release-windows/$out-win32" 58cd "release-windows/$out-win32"
59cp -a win32/* . 59cp -va win32/* .
60rm -rf makedist configure lfw 60rm -rf makedist Makefile configure lfw win32
61cd .. 61cd ..
62zip -r ../"$out-win32.zip" "$out-win32" 62zip -r ../"$out-win32.zip" "$out-win32"
63cd .. 63cd ..
64rm -rf "release-windows" 64rm -rf "release-windows" \ No newline at end of file