Skip to content

Commit 0df4085

Browse files
authored
Clean up plugs in package for snap build #15
Removed unnecessary plugs for desktop and x11.
1 parent 0fbed72 commit 0df4085

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

src/package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,7 @@
107107
"confinement": "strict",
108108
"plugs": [
109109
"default",
110-
"desktop",
111-
"desktop-legacy",
112-
"x11",
113-
"wayland",
114-
"home",
115-
"removable-media",
116-
"network"
110+
"removable-media"
117111
]
118112
},
119113
"publish": {

0 commit comments

Comments
 (0)