From fcee203a1a6ad09899494bb88b384fb42f1adade Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Thu, 15 Nov 2012 15:16:12 +0100 Subject: [PATCH] Dont include git history in the windows .zip git history is located in .git/objects --- bin/buildForWindows.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/buildForWindows.sh b/bin/buildForWindows.sh index 1d47bff1b..2f9062386 100755 --- a/bin/buildForWindows.sh +++ b/bin/buildForWindows.sh @@ -52,6 +52,9 @@ echo "download windows node..." cd bin wget "http://nodejs.org/dist/v$NODE_VERSION/node.exe" -O ../node.exe +echo "remove git history to reduce folder size" +rm -rf .git/objects + echo "create the zip..." cd /tmp zip -9 -r etherpad-lite-win.zip etherpad-lite-win