Skip to content

Commit

Permalink
production release system uses ZIP instead of GZ
Browse files Browse the repository at this point in the history
  • Loading branch information
dktr0 committed Sep 17, 2018
1 parent 4e6dc84 commit 5fe0fae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ prodReleaseClient: # make prodInstallClient first!
mkdir temp
cp -Rf Estuary.jsexe temp
rm -rf temp/Estuary.jsexe/Dirt
tar czf estuary-client.tgz -C temp .
# rm -rf temp
# tar czf estuary-client.tgz -C temp .
cd temp; zip -r ../estuary-client.zip ./*
rm -rf temp

zipClientWithWebDirt:
rm -rf temp
Expand Down

0 comments on commit 5fe0fae

Please sign in to comment.