mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
Windows build: Rename zip to etherpad-win.zip
This commit is contained in:
parent
77edcebc99
commit
e71f69ec72
5 changed files with 10 additions and 10 deletions
|
@ -19,7 +19,7 @@ workdir=$(try git rev-parse --show-toplevel) || exit 1
|
|||
try cd "${workdir}"
|
||||
[ -f src/package.json ] || fatal "failed to cd to etherpad root directory"
|
||||
|
||||
OUTPUT=${workdir}/etherpad-lite-win.zip
|
||||
OUTPUT=${workdir}/etherpad-win.zip
|
||||
|
||||
TMP_FOLDER=$(try mktemp -d) || exit 1
|
||||
|
||||
|
@ -27,7 +27,7 @@ log "create a clean environment in $TMP_FOLDER..."
|
|||
try cp -ar . "$TMP_FOLDER"
|
||||
try cd "$TMP_FOLDER"
|
||||
try rm -rf node_modules
|
||||
try rm -f etherpad-lite-win.zip
|
||||
try rm -f etherpad-win.zip
|
||||
|
||||
# setting NODE_ENV=production ensures that dev dependencies are not installed,
|
||||
# making the windows package smaller
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue