Skip to content

Commit e16d376

Browse files
authored
Merge pull request #99 from CodeF0x/prelive
Updated snapcraft.yaml
2 parents ad088ab + a2ce4c1 commit e16d376

1 file changed

Lines changed: 11 additions & 13 deletions

File tree

snap/snapcraft.yaml

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1+
name: violin-player
2+
version: '2.1.1' # just for humans, typically '1.2+git' or '1.3.2'
3+
summary: A fast, lightweight, and minimalistic desktop music player # 79 char long summary
4+
description: |
5+
Violin lets you listen to your downloaded songs straight away. No need to import them into Spotify or similar, just open a folder and enjoy!
16
2-
name: violin-player
3-
version: '2.1.1' # just for humans, typically '1.2+git' or '1.3.2'
4-
summary: Single-line elevator pitch for your amazing snap # 79 char long summary
5-
description: |
6-
A fast, lightweight, and minimalistic desktop music player.
7+
grade: stable # must be 'stable' to release into candidate/stable channels
8+
confinement: strict # use 'strict' once you have the right plugs and slots
79

8-
grade: stable # must be 'stable' to release into candidate/stable channels
9-
confinement: strict # use 'strict' once you have the right plugs and slots
10-
11-
parts:
12-
my-part:
13-
# See 'snapcraft plugins'
14-
plugin: nil
15-
10+
parts:
11+
my-part:
12+
# See 'snapcraft plugins'
13+
plugin: nil

0 commit comments

Comments
 (0)