diff options
author | Saturn&Eric <[email protected]> | 2024-02-02 02:33:24 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-02-02 02:33:24 +0000 |
commit | 120ebefc1e7dee885f91f08a54b29330c7209c61 (patch) | |
tree | 72d0c3f7ad44fe7f4d494820b3aae68dab226aa7 | |
parent | Merge pull request #131 from saturneric/dev/2.1.1/main (diff) | |
parent | Declare desktop app (diff) | |
download | GpgFrontend-120ebefc1e7dee885f91f08a54b29330c7209c61.tar.gz GpgFrontend-120ebefc1e7dee885f91f08a54b29330c7209c61.zip |
Merge pull request #132 from razzeee/patch-1
Declare desktop app
-rw-r--r-- | resource/appstream/com.bktus.gpgfrontend.appdata.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resource/appstream/com.bktus.gpgfrontend.appdata.xml b/resource/appstream/com.bktus.gpgfrontend.appdata.xml index 6d44ed77..a33bc4bc 100644 --- a/resource/appstream/com.bktus.gpgfrontend.appdata.xml +++ b/resource/appstream/com.bktus.gpgfrontend.appdata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<component> +<component type="desktop-application"> <id>com.bktus.gpgfrontend</id> <metadata_license>MIT</metadata_license> <name>gpgfrontend</name> @@ -31,4 +31,4 @@ </keywords> <project_license>GPL-3.0+</project_license> <developer_name>Saturneric</developer_name> -</component>
\ No newline at end of file +</component> |