Windows build: Don't exclude `var`

This commit is contained in:
Richard Hansen 2022-05-12 20:36:29 -04:00
parent e3da5b5bb3
commit d62cc8d62c
1 changed files with 1 additions and 1 deletions

View File

@ -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}"