aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/binary-renderer.js
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2018-03-15 08:11:41 +0800
committerkumavis <aaron@kumavis.me>2018-03-15 08:11:41 +0800
commiteb5a84975b490664aa6238be6ceab3d4749167ee (patch)
tree43b232017c0406e99ec4492b92dd692ce0bb0aa8 /ui/app/components/binary-renderer.js
parente781ba2c55be14e7332c7a471560b203bf8e2125 (diff)
downloadtangerine-wallet-browser-eb5a84975b490664aa6238be6ceab3d4749167ee.tar.gz
tangerine-wallet-browser-eb5a84975b490664aa6238be6ceab3d4749167ee.tar.zst
tangerine-wallet-browser-eb5a84975b490664aa6238be6ceab3d4749167ee.zip
ui - settings - add option to set current locale
Diffstat (limited to 'ui/app/components/binary-renderer.js')
0 files changed, 0 insertions, 0 deletions
b57">-ethereum/$exe git checkout $branch if [ "$exe" == "mist" ]; then echo "Building Mist GUI. Assuming Qt is installed. If this step" echo "fails; please refer to: https://github.com/ethereum/go-ethereum/wiki/Building-Ethereum(Go)" else echo "Building ethereum CLI." fi go install if [ $? == 0 ]; then echo "go install failed" exit fi echo "done. Please run $exe :-)"