summaryrefslogtreecommitdiff
path: root/snap
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-09-12 18:45:44 -0700
committerMicah Lee <micah@micahflee.com>2021-09-12 18:45:44 -0700
commitc27951f1e84769cb65caade8d32b4b59e312358c (patch)
treeb8ab40ded6b5cb7fe12a6d860da40cf6adaafee9 /snap
parent3d4197dd3072697229e0d9fcaa43043931e8b9a3 (diff)
downloadonionshare-c27951f1e84769cb65caade8d32b4b59e312358c.tar.gz
onionshare-c27951f1e84769cb65caade8d32b4b59e312358c.zip
Fix issue in snapcraft.yaml
Diffstat (limited to 'snap')
-rw-r--r--snap/snapcraft.yaml3
1 files changed, 2 insertions, 1 deletions
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: