This commit is contained in:
Aditya Kulkarni
2018-10-25 09:47:24 -07:00
parent e70ef40786
commit 3e596777b5
2 changed files with 3 additions and 3 deletions

View File

@@ -9,8 +9,8 @@ Head over to the releases page and grab the latest binary. https://github.com/ad
### Linux ### Linux
Extract and run the binary Extract and run the binary
``` ```
tar -xvf zec-qt-wallet-v0.2.2.tar.gz tar -xvf zec-qt-wallet-v0.2.3.tar.gz
./zec-qt-wallet-v0.2.2/zec-qt-wallet ./zec-qt-wallet-v0.2.3/zec-qt-wallet
``` ```
### Windows ### Windows

View File

@@ -13,7 +13,7 @@ PRECOMPILED_HEADER = src/precompiled.h
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = zec-qt-wallet TARGET = zec-qt-wallet
APP_VERSION=\\\"0.2.2\\\" APP_VERSION=\\\"0.2.3\\\"
TEMPLATE = app TEMPLATE = app