diff options
author | chriseth <chris@ethereum.org> | 2016-08-23 20:45:19 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-23 20:45:19 +0800 |
commit | de535a74cf6a0e534e0bc11fcf2c39d518011b93 (patch) | |
tree | cd65908c275f4e42664fe4a4f72440e15c0a3b06 | |
parent | 7183658c16e26a5405a35ee51f8ffed89b4f1896 (diff) | |
parent | 9db9d3b12be9f31296f0ff44fffffea276dd1c02 (diff) | |
download | dexon-solidity-de535a74cf6a0e534e0bc11fcf2c39d518011b93.tar.gz dexon-solidity-de535a74cf6a0e534e0bc11fcf2c39d518011b93.tar.zst dexon-solidity-de535a74cf6a0e534e0bc11fcf2c39d518011b93.zip |
Merge pull request #940 from chriseth/publishViaNode
Use the new update script.
-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 |