summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2019-02-06 09:34:44 +0100
committerKalev Lember <klember@redhat.com>2019-02-06 09:34:44 +0100
commit8d5adcbdf88ba3ddccd008a2e4b191963f43bb32 (patch)
tree0079518754ac1e5796ae04cae1f36669eb16d885
parent5369836e4268bf97b52265bc9e1371450098ca3b (diff)
downloadnautilus-8d5adcbdf88ba3ddccd008a2e4b191963f43bb32.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 cc1a8beec..1e3986323 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>