Skip to content

Commit

Permalink
Allow snap to access home
Browse files Browse the repository at this point in the history
  • Loading branch information
devopsjonas committed Feb 8, 2019
1 parent 91a1c9e commit 8ef5dbc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,16 @@ snapcraft:
# are explained later. More info about confinement here:
# https://snapcraft.io/docs/reference/confinement
confinement: strict
apps:
# The name of the app must be the same name as the binary built or the snapcraft name.
yamlfmt:

# If your app requires extra permissions to work outside of its default
# confined space, declare them here.
# You can read the documentation about the available plugs and the
# things they allow:
# https://snapcraft.io/docs/reference/interfaces.
plugs: ["home", "desktop"]

brew:
name: yamlfmt
Expand Down

0 comments on commit 8ef5dbc

Please sign in to comment.