diff options
author | Marcel Klehr <mklehr@gmx.net> | 2012-11-15 15:16:12 +0100 |
---|---|---|
committer | Marcel Klehr <mklehr@gmx.net> | 2012-11-15 15:16:12 +0100 |
commit | fcee203a1a6ad09899494bb88b384fb42f1adade (patch) | |
tree | f840f3adfec4d27ec41a31f3972d7f791a138daa /bin/buildForWindows.sh | |
parent | 3944517aff7e2712abe8c1a6ebee588e2017f4e1 (diff) | |
download | etherpad-lite-fcee203a1a6ad09899494bb88b384fb42f1adade.zip |
Dont include git history in the windows .zip
git history is located in .git/objects
Diffstat (limited to 'bin/buildForWindows.sh')
-rwxr-xr-x | bin/buildForWindows.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/buildForWindows.sh b/bin/buildForWindows.sh index 1d47bff1..2f906238 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 |