summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2014-12-21 22:05:07 +0000
committerJohn McLear <john@mclear.co.uk>2014-12-21 22:05:07 +0000
commitffdce760d5a1a38c9c96294087cbbfa76f3f76c2 (patch)
treee43e19b32dc98b3a5a925f919e5229f6b92f8a06 /bin
parent70dc5e7ed9c063ee5349302c72c5a226691bdf09 (diff)
downloadetherpad-lite-ffdce760d5a1a38c9c96294087cbbfa76f3f76c2.zip
remove unused long paths from windows build
Diffstat (limited to 'bin')
-rwxr-xr-xbin/buildForWindows.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/buildForWindows.sh b/bin/buildForWindows.sh
index a1e2c757..78441ba0 100755
--- a/bin/buildForWindows.sh
+++ b/bin/buildForWindows.sh
@@ -58,6 +58,8 @@ rm -rf .git/objects
echo "remove windows jsdom-nocontextify/test folder"
rm -rf /tmp/etherpad-lite-win/node_modules/ep_etherpad-lite/node_modules/jsdom-nocontextifiy/test/
rm -rf /tmp/etherpad-lite-win/src/node_modules/jsdom-nocontextifiy/test/
+rm -rf /tmp/etherpad-lite-win/src/node_modules/wd/node_modules/request/node_modules/form-data/node_modules/combined-stream/test
+rm -rf /tmp/etherpad-lite-win/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