From 35d1e8b198b085075745c7a0cba9ce5685547b4a Mon Sep 17 00:00:00 2001 From: momen Date: Mon, 23 Jun 2025 12:21:58 +0800 Subject: [PATCH] =?UTF-8?q?update:=E6=9B=B4=E6=96=B0debian=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/changelog | 2 +- debian/control | 2 +- debian/install | 2 +- debian/momodesk-mind.desktop | 9 --------- .../spark-update-tool.desktop | 0 5 files changed, 3 insertions(+), 12 deletions(-) delete mode 100644 debian/momodesk-mind.desktop rename spark-update-tool.desktop => debian/spark-update-tool.desktop (100%) diff --git a/debian/changelog b/debian/changelog index de17899..b414fea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -spark-update-tool (1.0.0-1) unstable; urgency=low +spark-update-tool (1.0.0) unstable; urgency=low * Initial release. diff --git a/debian/control b/debian/control index 35ec34c..b250b67 100644 --- a/debian/control +++ b/debian/control @@ -9,4 +9,4 @@ Homepage: https://gitee.com/spark-store-project/Spark-Update-Tool Package: spark-update-tool Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: A Qt-based application for managing tasks and reminders. +Description: 星火应用商店更新插件 diff --git a/debian/install b/debian/install index 62266e3..fdab2a3 100644 --- a/debian/install +++ b/debian/install @@ -1,2 +1,2 @@ build/spark-update-tool /usr/bin/ -spark-update-tool.desktop /usr/share/applications +debian/spark-update-tool.desktop /usr/share/applications diff --git a/debian/momodesk-mind.desktop b/debian/momodesk-mind.desktop deleted file mode 100644 index 2ef7139..0000000 --- a/debian/momodesk-mind.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Version=1.0 -Name=spark-update-tool -Comment=A Qt-based application for managing tasks and reminders -Exec=/usr/bin/spark-update-tool -Icon=/usr/share/spark-update-tool/img/momen.jpg -Terminal=false -Type=Application -Categories=Utility; \ No newline at end of file diff --git a/spark-update-tool.desktop b/debian/spark-update-tool.desktop similarity index 100% rename from spark-update-tool.desktop rename to debian/spark-update-tool.desktop