Skip to content

Commit c44d2f2

Browse files
snap: add missing desktop file
Strange that the snap linter does not give a warning about missing desktop files.
1 parent 34500f0 commit c44d2f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

snap/snapcraft.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ architectures:
1212

1313
apps:
1414
bittorrent-tracker-editor:
15+
desktop: io.github.gerryferdinandus.bittorrent-tracker-editor.desktop
1516
extensions:
1617
- kde-neon
1718
command: trackereditor
@@ -66,6 +67,7 @@ parts:
6667
override-build: |
6768
lazbuild --build-mode=Release --widgetset=qt5 source/project/tracker_editor/trackereditor.lpi
6869
install enduser/trackereditor $CRAFT_PART_INSTALL/
70+
install metainfo/io.github.gerryferdinandus.bittorrent-tracker-editor.desktop $CRAFT_PART_INSTALL/
6971
7072
# --------------------------------------------------------------
7173
# Only 2 files are explicitly added in this snap

0 commit comments

Comments
 (0)