[frogr] appdata: Fix the app id to match up with the desktop file name



commit 90bb5342feb24c160f07ae3e9576489b6a78e4aa
Author: Kalev Lember <klember redhat com>
Date:   Fri Jul 21 11:38:58 2017 +0200

    appdata: Fix the app id to match up with the desktop file name
    
    This is needed for the app to properly show up in gnome-software.

 data/org.gnome.frogr.appdata.xml.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/org.gnome.frogr.appdata.xml.in b/data/org.gnome.frogr.appdata.xml.in
index 3db2a67..bfb2094 100644
--- a/data/org.gnome.frogr.appdata.xml.in
+++ b/data/org.gnome.frogr.appdata.xml.in
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Copyright 2009-2017 Mario Sanchez Prada <msanchez gnome org> -->
 <component type="desktop">
-  <id>frogr.desktop</id>
+  <id>org.gnome.frogr.desktop</id>
   <metadata_license>CC0-1.0</metadata_license>
   <name>frogr</name>
   <summary>A flickr uploader for GNOME</summary>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]