summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--20-usb-serial.rules2
-rw-r--r--io.github.skiars.serialtool.metainfo.xml23
-rw-r--r--serialtool.desktop11
3 files changed, 0 insertions, 36 deletions
diff --git a/20-usb-serial.rules b/20-usb-serial.rules
deleted file mode 100644
index b2a413a86720..000000000000
--- a/20-usb-serial.rules
+++ /dev/null
@@ -1,2 +0,0 @@
-KERNEL=="ttyUSB*",MODE="0666"
-KERNEL=="ttyS*",MODE="0666"
diff --git a/io.github.skiars.serialtool.metainfo.xml b/io.github.skiars.serialtool.metainfo.xml
deleted file mode 100644
index 6cef131c2b90..000000000000
--- a/io.github.skiars.serialtool.metainfo.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<component type="desktop-application">
- <id>io.github.skiars.serialtool</id>
-
- <name>serialtool</name>
- <summary>serialtool</summary>
-
- <metadata_license>CC-BY-SA-4.0</metadata_license>
- <project_license>AGPL-3.0-only</project_license>
-
- <description>
- <p>
- A practical Serial-Port/TCP/UDP debugging tool.
- </p>
- </description>
-
- <launchable type="desktop-id">io.github.skiars.serialtool.desktop</launchable>
- <screenshots>
- <screenshot type="default">
- <image>https://github.com/Skiars/SerialTool/raw/master/screenshot/shot_001.gif</image>
- </screenshot>
- </screenshots>
-</component>
diff --git a/serialtool.desktop b/serialtool.desktop
deleted file mode 100644
index 6eb04b05592d..000000000000
--- a/serialtool.desktop
+++ /dev/null
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Name=SerialTool
-Name[en_US]=serialtool
-Name[zh_CN]=serialtool
-Exec=serialtool
-Terminal=false
-Type=Application
-Icon=serialtool.png
-Comment=A practical Serial-Port/TCP/UDP debugging tool.
-Comment[zh_CN]=一个实用的串口/ TCP / UDP 调试工具。
-Categories=Development;Debugger;