We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34500f0 commit c44d2f2Copy full SHA for c44d2f2
snap/snapcraft.yaml
@@ -12,6 +12,7 @@ architectures:
12
13
apps:
14
bittorrent-tracker-editor:
15
+ desktop: io.github.gerryferdinandus.bittorrent-tracker-editor.desktop
16
extensions:
17
- kde-neon
18
command: trackereditor
@@ -66,6 +67,7 @@ parts:
66
67
override-build: |
68
lazbuild --build-mode=Release --widgetset=qt5 source/project/tracker_editor/trackereditor.lpi
69
install enduser/trackereditor $CRAFT_PART_INSTALL/
70
+ install metainfo/io.github.gerryferdinandus.bittorrent-tracker-editor.desktop $CRAFT_PART_INSTALL/
71
72
# --------------------------------------------------------------
73
# Only 2 files are explicitly added in this snap
0 commit comments