mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
Dont include git history in the windows .zip
git history is located in .git/objects
This commit is contained in:
parent
3944517aff
commit
fcee203a1a
1 changed files with 3 additions and 0 deletions
|
@ -52,6 +52,9 @@ echo "download windows node..."
|
||||||
cd bin
|
cd bin
|
||||||
wget "http://nodejs.org/dist/v$NODE_VERSION/node.exe" -O ../node.exe
|
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..."
|
echo "create the zip..."
|
||||||
cd /tmp
|
cd /tmp
|
||||||
zip -9 -r etherpad-lite-win.zip etherpad-lite-win
|
zip -9 -r etherpad-lite-win.zip etherpad-lite-win
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue