From a10014c9d6b8345bc9ca5d75afdae498dd074567 Mon Sep 17 00:00:00 2001 From: ultra_planet Date: Fri, 10 Jan 2020 15:23:55 +0800 Subject: [PATCH] modify desktop file --- doxygen.spec | 2 +- doxywizard.desktop | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/doxygen.spec b/doxygen.spec index 2796871..ea2083f 100644 --- a/doxygen.spec +++ b/doxygen.spec @@ -4,7 +4,7 @@ Summary: Generate documentation from source code Name: doxygen Epoch: 1 Version: 1.8.14 -Release: 9 +Release: 10 License: GPL+ Url: http://www.doxygen.nl Source0: https://sourceforge.net/projects/%{name}/files/rel-%{version}/%{name}-%{version}.src.tar.gz diff --git a/doxywizard.desktop b/doxywizard.desktop index 50fc31a..44c22d8 100644 --- a/doxywizard.desktop +++ b/doxywizard.desktop @@ -1,5 +1,4 @@ [Desktop Entry] -Type=Application -Exec=doxywizard Name=Doxygen Wizard -Categories=Qt;Development; +Exec=doxywizard +Type=Application -- Gitee