Browse Source

Merge branch 'master' into dev

pull/24/head
Duke Leto 3 years ago
parent
commit
461b41307e
  1. 4
      README.md
  2. 4
      run-after-build.sh
  3. 2
      src/version.h

4
README.md

@ -45,7 +45,7 @@ Go to the [releases page](https://git.hush.is/hush/SilentDragonLite/releases) an
* SilentDragonLite is written in C++ 14, and can be compiled with g++/clang++/visual c++.
* It also depends on Qt5, which you can get from [here](https://www.qt.io/download) or install using your Linux version's package manager.
* You'll need Rust v1.41 +
* You'll need Rust v1.49
#### Building on Linux
@ -74,7 +74,7 @@ sudo apt install torsocks
NOTE: Tor server is currently under maintenance.
```
* Open SDL Edit->Settings->LightwalletServer->6onaaujm4ozaokzu.onion:80
* Open SDL Edit->Settings->LightwalletServer->nope.onion:80
* Open the folder of SDL in a Terminal -> Enter: TORSOCKS_LOG_LEVEL=1 torsocks -i ./SilentDragonLite
```
### Note Management

4
run-after-build.sh

@ -0,0 +1,4 @@
#!/bin/bash
# Copyright 2019-2021 The Hush Developers
./build.sh && ./SilentDragonLite

2
src/version.h

@ -1,3 +1,3 @@
// Copyright 2019-2021 The Hush developers
// Released under the GPLv3
#define APP_VERSION "1.4.0"
#define APP_VERSION "1.5.0"

Loading…
Cancel
Save