diff options
author | chriseth <c@ethdev.com> | 2016-08-23 20:22:53 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-08-23 20:22:53 +0800 |
commit | 9db9d3b12be9f31296f0ff44fffffea276dd1c02 (patch) | |
tree | cd65908c275f4e42664fe4a4f72440e15c0a3b06 /scripts | |
parent | 7183658c16e26a5405a35ee51f8ffed89b4f1896 (diff) | |
download | dexon-solidity-9db9d3b12be9f31296f0ff44fffffea276dd1c02.tar.gz dexon-solidity-9db9d3b12be9f31296f0ff44fffffea276dd1c02.tar.zst dexon-solidity-9db9d3b12be9f31296f0ff44fffffea276dd1c02.zip |
Use the new update script.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/travis-emscripten/publish_binary.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |