gnucash maint: Fix our appstream id as per the appstream recommendation

Geert Janssens gjanssens at code.gnucash.org
Wed Jan 17 09:40:34 EST 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/6f181196 (commit)
	from  https://github.com/Gnucash/gnucash/commit/e4d1c7de (commit)



commit 6f181196d576cfc8601398864a3b8f8c3c8b01cb
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Wed Jan 17 15:40:03 2018 +0100

    Fix our appstream id as per the appstream recommendation
    
    https://www.freedesktop.org/software/appstream/docs/sect-Metadata-Application.html

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



Summary of changes:
 src/gnome/gnucash.appdata.xml.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list