From b8fbfd6e0226d8f7a9c520571841d0c2399bfc62 Mon Sep 17 00:00:00 2001 From: Federico Terzi Date: Sun, 1 Mar 2020 23:23:03 +0100 Subject: [PATCH] Remove useless plugs from snapcraft configuration. --- packager/linux/snapcraft-template.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/packager/linux/snapcraft-template.yaml b/packager/linux/snapcraft-template.yaml index 9e19be8..b85e222 100644 --- a/packager/linux/snapcraft-template.yaml +++ b/packager/linux/snapcraft-template.yaml @@ -67,9 +67,4 @@ parts: apps: espanso: - command: bin/espanso - plugs: - - x11 - - network-bind - - desktop - - unity7 + command: bin/espanso \ No newline at end of file