Merge 0.5.7 (#88)

* Add null checks

* update label

* capitalization and update translations

* v0.5.7

* Don't show error on cancel
This commit is contained in:
adityapk00
2019-01-16 19:32:20 -08:00
committed by GitHub
parent 473fff9151
commit bdcbc541fd
11 changed files with 583 additions and 361 deletions

View File

@@ -10,14 +10,14 @@ Head over to the releases page and grab the latest installers or binary. https:/
If you are on Debian/Ubuntu, please download the `.deb` package and install it.
```
sudo dpkg -i linux-deb-zec-qt-wallet-v0.5.6.deb
sudo dpkg -i linux-deb-zec-qt-wallet-v0.5.7.deb
sudo apt install -f
```
Or you can download and run the binaries directly.
```
tar -xvf zec-qt-wallet-v0.5.6.tar.gz
./zec-qt-wallet-v0.5.6/zec-qt-wallet
tar -xvf zec-qt-wallet-v0.5.7.tar.gz
./zec-qt-wallet-v0.5.7/zec-qt-wallet
```
### Windows