Add "removable-media" interface to snapcraft.yaml

Closes #3837
This commit is contained in:
Anthony Fok 2018-01-31 02:00:16 -07:00
parent a34213f0b5
commit f0c0ece44d

View file

@ -11,7 +11,7 @@ grade: devel # "devel" or "stable"
apps:
hugo:
command: bin/hugo
plugs: [home, network-bind]
plugs: [home, network-bind, removable-media]
parts:
hugo: