Skip to content

Commit

Permalink
snap: Added 'network' interface to be able to read news feed
Browse files Browse the repository at this point in the history
Also removed 'opengl' interface for the various other tools shipping
with Tiled, since none of them use OpenGL.
  • Loading branch information
bjorn committed Aug 15, 2018
1 parent bad4af5 commit 0db1d5a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ apps:
tiled:
command: desktop-launch ${SNAP}/usr/bin/tiled
desktop: usr/share/applications/org.mapeditor.Tiled.desktop
plugs: [home, opengl, unity7]
plugs: [home, opengl, unity7, network]
tmxviewer:
command: desktop-launch ${SNAP}/usr/bin/tmxviewer
plugs: [home, opengl, unity7]
plugs: [home, unity7]
tmxrasterizer:
command: desktop-launch ${SNAP}/usr/bin/tmxrasterizer
plugs: [home, opengl, unity7]
plugs: [home, unity7]
terraingenerator:
command: desktop-launch ${SNAP}/usr/bin/terraingenerator
plugs: [home, opengl, unity7]
plugs: [home, unity7]
automappingconverter:
command: desktop-launch ${SNAP}/usr/bin/automappingconverter
plugs: [home, opengl, unity7]
plugs: [home, unity7]

parts:
tiled:
Expand Down

0 comments on commit 0db1d5a

Please sign in to comment.