From b3a8982d448d1684f9f2095313e4c904d263adf1 Mon Sep 17 00:00:00 2001 From: Dimitris Apostolou Date: Fri, 5 Apr 2019 19:14:55 +0300 Subject: [PATCH] Remove qt references (#122) --- docs/website/config.toml | 4 ++-- docs/website/content/_index.md | 6 +++--- res/SIGNATURES_README | 6 +++--- res/appdmg.json | 4 ++-- src/rpc.cpp | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/website/config.toml b/docs/website/config.toml index 1101d12..9658620 100644 --- a/docs/website/config.toml +++ b/docs/website/config.toml @@ -1,5 +1,5 @@ -title = "zec-qt-wallet" -baseURL = "https://zecqtwallet.com" +title = "ZecWallet" +baseURL = "https://zecwallet.co" languageCode = "en-us" theme = "ananke" diff --git a/docs/website/content/_index.md b/docs/website/content/_index.md index 4f585a3..528d16f 100644 --- a/docs/website/content/_index.md +++ b/docs/website/content/_index.md @@ -1,6 +1,6 @@ --- -title: "zec-qt-wallet" +title: "ZecWallet" featured_image: '/images/screenshot-main.png' -description: "Shielded desktop wallet for zcash" +description: "Shielded desktop wallet for Zcash" --- -zec-qt-wallet is a z-Addr first, Sapling compatible wallet and full node for zcashd that runs on Linux, Windows and macOS. It comes with an embedded zcash node that allows you to send and recieve fully shielded transactions on the zcash network. +ZecWallet is a z-Addr first, Sapling compatible wallet and full node for zcashd that runs on Linux, Windows and macOS. It comes with an embedded zcash node that allows you to send and recieve fully shielded transactions on the Zcash network. diff --git a/res/SIGNATURES_README b/res/SIGNATURES_README index 4891f05..bc672ca 100644 --- a/res/SIGNATURES_README +++ b/res/SIGNATURES_README @@ -1,11 +1,11 @@ -This directory contains the hashes and signatures for zec-qt-wallet +This directory contains the hashes and signatures for ZecWallet Verify the hashes by running: sha256sum -c sha256sum-vX.Y.Z.txt Verify signatures: -1. First, import the public key (Available on github - at https://github.com/ZcashFoundation/zec-qt-wallet/blob/master/public_key.asc) +1. First, import the public key (Available on GitHub + at https://github.com/ZcashFoundation/zecwallet/blob/master/public_key.asc) gpg --import public_key.asc 2. Verify signature diff --git a/res/appdmg.json b/res/appdmg.json index 0c84f05..9e269b2 100644 --- a/res/appdmg.json +++ b/res/appdmg.json @@ -1,5 +1,5 @@ { - "title": "zec-qt-wallet-vRELEASE_VERSION", + "title": "zecwallet-vRELEASE_VERSION", "icon": "logo.icns", "background": "dmgbg.png", "window" : { @@ -8,6 +8,6 @@ }, "contents": [ { "x": 448, "y": 80, "type": "link", "path": "/Applications" }, - { "x": 152, "y": 80, "type": "file", "path": "zec-qt-wallet.app" } + { "x": 152, "y": 80, "type": "file", "path": "zecwallet.app" } ] } diff --git a/src/rpc.cpp b/src/rpc.cpp index 53869c8..3065fff 100644 --- a/src/rpc.cpp +++ b/src/rpc.cpp @@ -1012,7 +1012,7 @@ void RPC::checkForUpdate(bool silent) { .arg(currentVersion.toString()), QMessageBox::Yes, QMessageBox::Cancel); if (ans == QMessageBox::Yes) { - QDesktopServices::openUrl(QUrl("https://github.com/ZcashFoundation/zec-qt-wallet/releases")); + QDesktopServices::openUrl(QUrl("https://github.com/ZcashFoundation/zecwallet/releases")); } else { // If the user selects cancel, don't bother them again for this version s.setValue("update/lastversion", maxVersion.toString()); @@ -1214,4 +1214,4 @@ QString RPC::getDefaultTAddress() { return getAllTAddresses()->at(0); else return QString(); -} \ No newline at end of file +}