mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #940 from chriseth/publishViaNode
Use the new update script.
This commit is contained in:
commit
de535a74cf
@ -60,7 +60,7 @@ fi
|
|||||||
|
|
||||||
# This file is assumed to be the product of the build_emscripten.sh script.
|
# This file is assumed to be the product of the build_emscripten.sh script.
|
||||||
cp ../soljson.js ./bin/"soljson-$VER-$DATE-$COMMIT.js"
|
cp ../soljson.js ./bin/"soljson-$VER-$DATE-$COMMIT.js"
|
||||||
./update-index.sh
|
node ./update
|
||||||
cd bin
|
cd bin
|
||||||
LATEST=$(ls -r soljson-v* | head -n 1)
|
LATEST=$(ls -r soljson-v* | head -n 1)
|
||||||
cp "$LATEST" soljson-latest.js
|
cp "$LATEST" soljson-latest.js
|
||||||
|
Loading…
Reference in New Issue
Block a user