Skip to content

Commit

Permalink
Update snapcraft.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
msokalski authored Sep 14, 2021
1 parent d352276 commit 556510b
Showing 1 changed file with 27 additions and 4 deletions.
31 changes: 27 additions & 4 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ description: |
# - build-on: i386
# run-on: i386

grade: devel # must be 'stable' to release into candidate/stable channels
# grade: stable
# grade: devel
grade: stable

confinement: devmode # use 'strict' once you have the right plugs and slots
# confinement: classic
# confinement: devmode
confinement: strict

apps:
asciicker-font-6:
Expand Down Expand Up @@ -53,10 +53,33 @@ apps:
command: ./game_term
asciicker-sdl:
command: ./game
plugs:
- audio-playback
- desktop
- desktop-legacy
- network
- network-bind
- opengl
- pulseaudio
- wayland
- x11
asciicker-edit:
command: ./asciiid
plugs:
- audio-playback
- desktop
- desktop-legacy
- network
- network-bind
- opengl
- pulseaudio
- wayland
- x11
asciicker-server:
command: ./server
plugs:
- network
- network-bind

parts:

Expand Down

0 comments on commit 556510b

Please sign in to comment.