mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-10 22:56:22 +02:00
release: Exclude var/ during Windows build
This commit is contained in:
parent
d5969507cd
commit
655ae90464
@ -54,7 +54,7 @@ rm -rf "$TMP_FOLDER"/src/node_modules/nodemailer/node_modules/mailcomposer/node_
|
||||
|
||||
log "create the zip..."
|
||||
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..."
|
||||
rm -rf "$TMP_FOLDER"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user