Skip to content

Commit e97e16a

Browse files
committed
Add desktop files
1 parent 1e12232 commit e97e16a

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[Desktop Entry]
2+
Version=1.0
3+
Type=Application
4+
5+
Name=SerialTest
6+
Comment=SerialTest
7+
Categories=Development;Electronics;
8+
9+
Icon=serialtest
10+
Exec=serialtest
11+
Terminal=false
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<component type="desktop-application">
3+
<id>io.github.wh201906.serialtest</id>
4+
5+
<name>SerialTest</name>
6+
<summary>SerialTest</summary>
7+
8+
<metadata_license>MIT</metadata_license>
9+
<project_license>GPL-2.0-or-later</project_license>
10+
11+
<description>
12+
<p>
13+
A cross-platform serial port test tool.
14+
</p>
15+
</description>
16+
17+
<launchable type="desktop-id">io.github.wh201906.serialtest.desktop</launchable>
18+
</component>

0 commit comments

Comments
 (0)