Skip to content

Commit bff5740

Browse files
committed
build: remove not-necessary plugs from snapcraft
1 parent 33054ab commit bff5740

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.goreleaser.yaml

+1-7
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,8 @@ snapcrafts:
103103
# You can read the documentation about the available plugs and the
104104
# things they allow:
105105
# https://snapcraft.io/docs/supported-interfaces.
106-
plugs: ["home", "network", "network-bind", "personal-files"]
106+
plugs: ["home", "network", "network-bind"]
107107

108-
plugs:
109-
personal-files:
110-
read:
111-
- $HOME/.fjira
112-
write:
113-
- $HOME/.fjira
114108
chocolateys:
115109
-
116110
name: fjira

0 commit comments

Comments
 (0)