summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorStefan <mu.stefan@googlemail.com>2016-03-20 14:13:26 +0100
committerStefan <mu.stefan@googlemail.com>2016-03-20 14:13:26 +0100
commit3738211fd821719091a98a35c0d660ff2f33f1bf (patch)
treef8ccb21f711578819e76458ca424e30915c1220e /bin
parentbd2372def16940d6578b92a5d7accefd65ea5fb9 (diff)
downloadetherpad-lite-3738211fd821719091a98a35c0d660ff2f33f1bf.zip
Do not include absolute path in windows zip
Diffstat (limited to 'bin')
-rwxr-xr-xbin/buildForWindows.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/buildForWindows.sh b/bin/buildForWindows.sh
index 57b6e5b5..1ee080d1 100755
--- a/bin/buildForWindows.sh
+++ b/bin/buildForWindows.sh
@@ -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