diff --git a/Makefile b/Makefile index 93318116..29737e33 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,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/20181005/estuary-client-20181005.zip + curl -o temp.zip -L https://github.com/d0kt0r0/estuary/releases/download/20181018/estuary-client-20181018.zip unzip temp.zip rm -rf temp.zip cp -Rf static/Dirt Estuary.jsexe