mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 17:36:14 -04:00
Do not include absolute path in windows zip
This commit is contained in:
parent
bd2372def1
commit
3738211fd8
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@ rm -rf $TMP_FOLDER/src/node_modules/wd/node_modules/request/node_modules/form-da
|
|||
rm -rf $TMP_FOLDER/src/node_modules/nodemailer/node_modules/mailcomposer/node_modules/mimelib/node_modules/encoding/node_modules/iconv-lite/encodings/tables
|
||||
|
||||
echo "create the zip..."
|
||||
cd /tmp
|
||||
zip -9 -r $START_FOLDER/etherpad-lite-win.zip $TMP_FOLDER
|
||||
cd $TMP_FOLDER
|
||||
zip -9 -r $START_FOLDER/etherpad-lite-win.zip ./*
|
||||
|
||||
echo "clean up..."
|
||||
rm -rf $TMP_FOLDER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue