Skip to content

Commit

Permalink
fix(glow): add removable-media plug to snap
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Mar 1, 2024
1 parent 14b57a3 commit 64b3500
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions goreleaser-glow.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://goreleaser.com/static/schema-pro.json

variables:
main: ""
binary_name: ""
Expand Down Expand Up @@ -339,5 +341,4 @@ snapcrafts:
apps:
glow:
command: glow
plugs: ["home", "network"]
# yaml-language-server: $schema=https://goreleaser.com/static/schema-pro.json
plugs: ["home", "network", "removable-media"]

0 comments on commit 64b3500

Please sign in to comment.