Skip to content

Commit 7bbec6c

Browse files
committed
Adhere to AppStream specification.
1 parent c3717fc commit 7bbec6c

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ Type=Application
33
Name=cutepeaks
44
Comment=A simple sanger trace file viewer
55
Exec=cutepeaks %F
6-
Icon=cutepeaks
6+
Icon=io.github.labsquare.CutePeaks
77
Terminal=false
88
Categories=Science;Biology;Qt;

io.github.labsquare.CutePeaks.metainfo.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
<!--Created with jdAppdataEdit 5.1-->
44
<id>io.github.labsquare.CutePeaks</id>
55
<name>CutePeaks</name>
6-
<summary>standalone Sanger trace viewer</summary>
7-
<developer_name>Labsquare</developer_name>
6+
<summary>Standalone Sanger trace viewer</summary>
7+
<developer id="org.labsquare">
8+
<name>Labsquare</name>
9+
</developer>
810
<metadata_license>CC0-1.0</metadata_license>
911
<project_license>GPL-3.0+</project_license>
1012
<description>
@@ -29,4 +31,5 @@
2931
<url type="homepage">https://labsquare.github.io/CutePeaks/</url>
3032
<url type="bugtracker">https://github.com/labsquare/CutePeaks/issues</url>
3133
<content_rating type="oars-1.1"/>
34+
<launchable type="desktop-id">io.github.labsquare.CutePeaks.desktop</launchable>
3235
</component>

src/src.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ RESOURCES += \
2828

2929

3030
unix {
31-
desktop.files += ../cutepeaks.desktop
31+
desktop.files += ../io.github.labsquare.CutePeaks.desktop
3232
desktop.path = $$PREFIX/share/applications/
3333

34-
icons.files += ../cutepeaks.png
34+
icons.files += ../io.github.labsquare.CutePeaks.png
3535
icons.path = $$PREFIX/share/icons/hicolor/64x64/apps
3636

3737
appdata.files += ../io.github.labsquare.CutePeaks.metainfo.xml

0 commit comments

Comments
 (0)