summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2019-02-06 09:34:44 +0100
committerErnestas Kulik <ekulik@redhat.com>2019-08-06 16:14:47 +0200
commit07596e742102bca774594b98adebf0028c2b9e97 (patch)
tree30b8629565ab3775aebab69d889dad9ff31fe526
parent3954a7e87bd4ea47c181090682293c968c560e7f (diff)
downloadnautilus-07596e742102bca774594b98adebf0028c2b9e97.tar.gz
appdata: Fix accidentally changed appstream ID
Keep the ID as "org.gnome.Nautilus.desktop" as was in 3.32.x. The appstream ID is supposed to be stable and not change. This partially reverts commit e3e2811b9e09e9b265babddbaaad319a62f8caeb
-rw-r--r--data/org.gnome.Nautilus.appdata.xml.in.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.gnome.Nautilus.appdata.xml.in.in b/data/org.gnome.Nautilus.appdata.xml.in.in
index db54d6fc4..2464269e6 100644
--- a/data/org.gnome.Nautilus.appdata.xml.in.in
+++ b/data/org.gnome.Nautilus.appdata.xml.in.in
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
- <id>@appid@</id>
+ <id>@appid@.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<name>Nautilus</name>
<summary>Access and organize files</summary>