Windows build: Delete unnecessary `cd`

This commit is contained in:
Richard Hansen 2022-05-12 20:35:25 -04:00
parent 752054899f
commit e3da5b5bb3
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +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 cd "$TMP_FOLDER"
try zip -9 -r "${OUTPUT}" ./* -x var
log "Finished. You can find the zip at ${OUTPUT}"