gnucash maint: Fixes to the appdata file
Geert Janssens
gjanssens at code.gnucash.org
Thu Dec 6 04:01:17 EST 2018
Updated via https://github.com/Gnucash/gnucash/commit/ff5e7657 (commit)
from https://github.com/Gnucash/gnucash/commit/96e27a41 (commit)
commit ff5e7657d5cbd6916ff05e753215f21482492b51
Author: Kalev Lember <klember at redhat.com>
Date: Thu Dec 6 09:16:41 2018 +0100
Fixes to the appdata file
Rename the ID from org.gnucash.Gnucash to org.gnucash.GnuCash to match
flathub, and add a launchable ID to link it to the desktop file.
diff --git a/gnucash/gnome/gnucash.appdata.xml.in b/gnucash/gnome/gnucash.appdata.xml.in
index d8f0665..5318b77 100644
--- a/gnucash/gnome/gnucash.appdata.xml.in
+++ b/gnucash/gnome/gnucash.appdata.xml.in
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<component>
- <id type="desktop">org.gnucash.Gnucash</id>
+ <id type="desktop">org.gnucash.GnuCash</id>
+ <launchable type="desktop-id">gnucash.desktop</launchable>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<name>GnuCash</name>
Summary of changes:
gnucash/gnome/gnucash.appdata.xml.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
More information about the gnucash-changes
mailing list