v0.1.8 release
This commit is contained in:
@@ -20,8 +20,8 @@ Head over to the releases page and grab the latest binary. https://github.com/ad
|
|||||||
|
|
||||||
Extract and run the binary
|
Extract and run the binary
|
||||||
```
|
```
|
||||||
tar -xvf zcash-qt-wallet-v0.1.7.tar.gz
|
tar -xvf zcash-qt-wallet-v0.1.8.tar.gz
|
||||||
./zcash-qt-wallet-v0.1.7/zcash-qt-wallet
|
./zcash-qt-wallet-v0.1.8/zcash-qt-wallet
|
||||||
```
|
```
|
||||||
|
|
||||||
## Compiling from source
|
## Compiling from source
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 85 KiB |
@@ -13,7 +13,7 @@ PRECOMPILED_HEADER = src/precompiled.h
|
|||||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||||
|
|
||||||
TARGET = zcash-qt-wallet
|
TARGET = zcash-qt-wallet
|
||||||
APP_VERSION=\\\"0.1.7\\\"
|
APP_VERSION=\\\"0.1.8\\\"
|
||||||
|
|
||||||
|
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
|
|||||||
Reference in New Issue
Block a user