From 9db9d3b12be9f31296f0ff44fffffea276dd1c02 Mon Sep 17 00:00:00 2001 From: chriseth Date: Tue, 23 Aug 2016 14:22:53 +0200 Subject: Use the new update script. --- scripts/travis-emscripten/publish_binary.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/travis-emscripten/publish_binary.sh b/scripts/travis-emscripten/publish_binary.sh index ac1fa95f..d202764a 100755 --- a/scripts/travis-emscripten/publish_binary.sh +++ b/scripts/travis-emscripten/publish_binary.sh @@ -60,7 +60,7 @@ fi # This file is assumed to be the product of the build_emscripten.sh script. cp ../soljson.js ./bin/"soljson-$VER-$DATE-$COMMIT.js" -./update-index.sh +node ./update cd bin LATEST=$(ls -r soljson-v* | head -n 1) cp "$LATEST" soljson-latest.js -- cgit v1.2.3