Skip to content

Commit

Permalink
bump version in curlReleaseClient
Browse files Browse the repository at this point in the history
  • Loading branch information
dktr0 committed Oct 22, 2018
1 parent 5540dbd commit 5c42546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ test:

prodCleanBuildInstall: prodClean clean prodBuildClient buildServer prodInstallClient installServer

prodReleaseClient: # make prodInstallClient first!
releaseClient: # make installClient or prodInstallClient first!
rm -rf temp
mkdir temp
cp -Rf Estuary.jsexe temp
Expand All @@ -61,7 +61,7 @@ prodReleaseClient: # make prodInstallClient first!

curlReleaseClient: # this uses curl to download and unzip a recent pre-built client from a GitHub release
rm -rf Estuary.jsexe
curl -o temp.zip -L https://github.com/d0kt0r0/estuary/releases/download/20181019/estuary-client-20181019.zip
curl -o temp.zip -L https://github.com/d0kt0r0/estuary/releases/download/20181022/estuary-client-20181022.zip
unzip temp.zip
rm -rf temp.zip
cp -Rf static/Dirt Estuary.jsexe
Expand Down

0 comments on commit 5c42546

Please sign in to comment.