Blob Blame History Raw
From 19f3f1f5df95296736b304172360996db8e47273 Mon Sep 17 00:00:00 2001
From: Kalev Lember <klember@redhat.com>
Date: Thu, 6 Dec 2018 09:16:41 +0100
Subject: [PATCH] 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.
---
 src/gnome/gnucash.appdata.xml.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/gnome/gnucash.appdata.xml.in b/src/gnome/gnucash.appdata.xml.in
index 350cbcfb8..3e22e771a 100644
--- a/src/gnome/gnucash.appdata.xml.in
+++ b/src/gnome/gnucash.appdata.xml.in
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <application>
- <id type="desktop">org.gnucash.Gnucash</id>
+ <id type="desktop">org.gnucash.GnuCash</id>
+ <launchable type="desktop-id">gnucash.desktop</launchable>
  <licence>CC0</licence>
  <description>
   <_p>
-- 
2.19.1