diff --git a/bin/buildForWindows.sh b/bin/buildForWindows.sh index 2f9062386..d80b1c286 100755 --- a/bin/buildForWindows.sh +++ b/bin/buildForWindows.sh @@ -57,7 +57,7 @@ rm -rf .git/objects echo "create the zip..." cd /tmp -zip -9 -r etherpad-lite-win.zip etherpad-lite-win +zip -9 -r etherpad-lite-win.zip etherpad-lite-win -x "src/node_modules/jsdom-nocontextifiy/test/*" mv etherpad-lite-win.zip $START_FOLDER echo "clean up..."