mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-10 19:58:52 -05:00
Fix issue in snapcraft.yaml
This commit is contained in:
parent
8b0905f822
commit
f17816b45d
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
* Major feature: Private keys (v3 onion client authentication) replaces passwords and HTTP basic auth
|
* Major feature: Private keys (v3 onion client authentication) replaces passwords and HTTP basic auth
|
||||||
* Updated Tor to 0.4.6.7 on all platforms
|
* Updated Tor to 0.4.6.7 on all platforms
|
||||||
|
* Add support for i386, ARM64, ARMhf to Snapcraft package
|
||||||
* Various bug fixes
|
* Various bug fixes
|
||||||
|
|
||||||
## 2.3.3
|
## 2.3.3
|
||||||
|
@ -8,7 +8,7 @@ description: |
|
|||||||
web address so others can download files from you, or upload files to you. It does _not_
|
web address so others can download files from you, or upload files to you. It does _not_
|
||||||
require setting up a separate server or using a third party file-sharing service.
|
require setting up a separate server or using a third party file-sharing service.
|
||||||
|
|
||||||
grade: develop # stable or devel
|
grade: devel # stable or devel
|
||||||
confinement: strict
|
confinement: strict
|
||||||
|
|
||||||
architectures: [amd64, i386, arm64, armhf]
|
architectures: [amd64, i386, arm64, armhf]
|
||||||
@ -109,6 +109,7 @@ parts:
|
|||||||
- libxrender1
|
- libxrender1
|
||||||
- libxslt1.1
|
- libxslt1.1
|
||||||
- libxtst6
|
- libxtst6
|
||||||
|
- qtwayland5
|
||||||
after: [onionshare-cli]
|
after: [onionshare-cli]
|
||||||
|
|
||||||
onionshare-cli:
|
onionshare-cli:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user