mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 17:36:14 -04:00
Merge pull request #1162 from ether/windows-build-script-exclusions
Dont include git history in the windows .zip
This commit is contained in:
commit
bad9b2ee66
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue