Dont include git history in the windows .zip

git history is located in .git/objects
pull/1162/head
Marcel Klehr 2012-11-15 15:16:12 +01:00
parent 3944517aff
commit fcee203a1a
1 changed files with 3 additions and 0 deletions

View File

@ -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