From c27951f1e84769cb65caade8d32b4b59e312358c Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sun, 12 Sep 2021 18:45:44 -0700 Subject: Fix issue in snapcraft.yaml --- CHANGELOG.md | 1 + snap/snapcraft.yaml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d65494a9..33551bc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ * Major feature: Private keys (v3 onion client authentication) replaces passwords and HTTP basic auth * Updated Tor to 0.4.6.7 on all platforms +* Add support for i386, ARM64, ARMhf to Snapcraft package * Various bug fixes ## 2.3.3 diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 4d879497..eb2ee9eb 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -8,7 +8,7 @@ description: | 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. -grade: develop # stable or devel +grade: devel # stable or devel confinement: strict architectures: [amd64, i386, arm64, armhf] @@ -109,6 +109,7 @@ parts: - libxrender1 - libxslt1.1 - libxtst6 + - qtwayland5 after: [onionshare-cli] onionshare-cli: -- cgit v1.2.3-54-g00ecf