From 023786e680ddedcc9bd5666a38b5245c41c02360 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Soutad=C3=A9?= Date: Tue, 13 Mar 2012 20:28:13 +0100 Subject: [PATCH] Forgot -r to zip in package_win32.sh --- tools/package_win32.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/package_win32.sh b/tools/package_win32.sh index f61e0f5..0cc8164 100755 --- a/tools/package_win32.sh +++ b/tools/package_win32.sh @@ -17,6 +17,6 @@ cp -r lib/*.dll* "$DIR" cp -r kc ressources TODO CONTRIBUTORS COPYING README README.fr www "$DIR" mv "$DIR"/kc "$DIR"/kc.exe find "$DIR" -type f -executable -exec ${PREFIX}strip \{\} \; -zip "$FILE" "$DIR" +zip -r "$FILE" "$DIR" rm -rf "$DIR" echo "Packaged into $FILE !" \ No newline at end of file