summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-02-21 17:13:15 -0800
committerMicah Lee <micah@micahflee.com>2021-02-21 17:13:15 -0800
commit4915c80eed542b1cc8835ddec93b15695e20ff4e (patch)
tree12bf9fff7010b72e4bb163cd0cfda43e6326c28c
parenta2175a24478e2c745dfa434d14b4dfa243897954 (diff)
downloadonionshare-4915c80eed542b1cc8835ddec93b15695e20ff4e.tar.gz
onionshare-4915c80eed542b1cc8835ddec93b15695e20ff4e.zip
Tiny changes during the 2.3 release
-rw-r--r--README.md2
-rw-r--r--desktop/scripts/get-tor-windows.py2
-rw-r--r--snap/snapcraft.yaml5
3 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 274d6d93..ede93aa8 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ For macOS you can also use [Homebrew](https://brew.sh/):
brew cask install onionshare
```
-See [these instructions](https://docs.onionshare.org/en/install.html#install-in-linux-with-flatpak) to install OnionShare in Linux with Flatpak.
+See [these instructions](https://docs.onionshare.org/2.3/en/install.html#install-in-linux) to install OnionShare in Linux with Flatpak.
## Documentation
diff --git a/desktop/scripts/get-tor-windows.py b/desktop/scripts/get-tor-windows.py
index 07656480..d08ca30f 100644
--- a/desktop/scripts/get-tor-windows.py
+++ b/desktop/scripts/get-tor-windows.py
@@ -35,7 +35,7 @@ import requests
def main():
exe_url = "https://archive.torproject.org/tor-package-archive/torbrowser/10.0.10/torbrowser-install-10.0.10_en-US.exe"
- exe_filename = "torbrowser-install-10.0.2_en-US.exe"
+ exe_filename = "torbrowser-install-10.0.10_en-US.exe"
expected_exe_sha256 = (
"6cbd14a7232e4ae7f2718d9b7f377e1a7bb96506da21f1ac6f689a22fc5e53fe"
)
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 0408e85b..13ab9bb3 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -103,7 +103,7 @@ parts:
- libxrender1
- libxslt1.1
- libxtst6
- after: [onionshare-cli, tor, obfs4]
+ after: [onionshare-cli]
onionshare-cli:
source: ./cli
@@ -121,6 +121,9 @@ parts:
- stem
- urllib3
- eventlet
+ stage:
+ - -usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
+ - -usr/share/doc/libssl1.1/changelog.Debian.gz
after: [tor, obfs4]
tor: