mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
Windows build: Delete unnecessary cd
This commit is contained in:
parent
752054899f
commit
e3da5b5bb3
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@ log "download windows node..."
|
||||||
try wget "https://nodejs.org/dist/latest-erbium/win-x86/node.exe" -O node.exe
|
try wget "https://nodejs.org/dist/latest-erbium/win-x86/node.exe" -O node.exe
|
||||||
|
|
||||||
log "create the zip..."
|
log "create the zip..."
|
||||||
try cd "$TMP_FOLDER"
|
|
||||||
try zip -9 -r "${OUTPUT}" ./* -x var
|
try zip -9 -r "${OUTPUT}" ./* -x var
|
||||||
|
|
||||||
log "Finished. You can find the zip at ${OUTPUT}"
|
log "Finished. You can find the zip at ${OUTPUT}"
|
||||||
|
|
Loading…
Reference in a new issue