Skip to content

Commit dd7d7da

Browse files
committed
Small improvements to snapcraft.yaml
1 parent 1aafd7a commit dd7d7da

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

snap/snapcraft.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: tmcbeans # you probably want to 'snapcraft register <name>'
22
base: core18 # the base snap is the execution environment for this snap
3-
version: '1.3.0' # just for humans, typically '1.2+git' or '1.3.2'
3+
version: '1.4.0' # just for humans, typically '1.2+git' or '1.3.2'
44
summary: IDE for students using Test My Code # 79 char long summary
55
description: |
66
TMCBeans is a customized version of the NetBeans IDE intended to be used with the Test My Code -system.
@@ -11,6 +11,7 @@ description: |
1111
1212
grade: stable # must be 'stable' to release into candidate/stable channels
1313
confinement: classic # use 'strict' once you have the right plugs and slots
14+
icon: resources/images/tmcbeans.png
1415

1516
parts:
1617
tmcbeans:
@@ -31,8 +32,3 @@ apps:
3132
tmcbeans:
3233
command: tmcbeans/bin/tmcbeans
3334
desktop: tmcbeans.desktop
34-
plugs:
35-
- desktop
36-
- desktop-legacy
37-
- wayland
38-
- unity7

0 commit comments

Comments
 (0)