release: Exclude var/ during Windows build

This commit is contained in:
John McLear 2021-02-15 10:19:47 +00:00
parent d5969507cd
commit 655ae90464

View file

@ -54,7 +54,7 @@ rm -rf "$TMP_FOLDER"/src/node_modules/nodemailer/node_modules/mailcomposer/node_
log "create the zip..." log "create the zip..."
cd "$TMP_FOLDER" cd "$TMP_FOLDER"
zip -9 -r "$START_FOLDER"/etherpad-lite-win.zip ./* zip -9 -r "$START_FOLDER"/etherpad-lite-win.zip ./* -x var
log "clean up..." log "clean up..."
rm -rf "$TMP_FOLDER" rm -rf "$TMP_FOLDER"