mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-05 20:26:49 +02:00
Windows build: Don't exclude var
This commit is contained in:
parent
e3da5b5bb3
commit
d62cc8d62c
@ -52,6 +52,6 @@ log "download windows node..."
|
||||
try wget "https://nodejs.org/dist/latest-erbium/win-x86/node.exe" -O node.exe
|
||||
|
||||
log "create the zip..."
|
||||
try zip -9 -r "${OUTPUT}" ./* -x var
|
||||
try zip -9 -r "${OUTPUT}" ./*
|
||||
|
||||
log "Finished. You can find the zip at ${OUTPUT}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user