Add x11 plug to snapcraft configuration for clipboard support [ci skip]
This commit is contained in:
parent
a2c28f827a
commit
983193a906
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
name: ffsend
|
||||
version: git
|
||||
license: GNU-3.0-only
|
||||
summary: Easily and securely share files from the command line.
|
||||
description: |
|
||||
Easily and securely share files and directories from the command line through
|
||||
|
@ -14,13 +15,16 @@ description: |
|
|||
(up to 20) download or 24 hours is enforced to ensure your stuff does not
|
||||
remain online forever. This provides a secure platform to share your files.
|
||||
|
||||
architectures:
|
||||
- amd64
|
||||
|
||||
grade: stable
|
||||
confinement: strict
|
||||
|
||||
apps:
|
||||
ffsend:
|
||||
command: ffsend
|
||||
plugs: [home, removable-media, network]
|
||||
plugs: [home, network, removable-media, x11]
|
||||
|
||||
parts:
|
||||
ffsend:
|
||||
|
|
Loading…
Reference in a new issue