summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtem Polishchuk <tim77@users.noreply.github.com>2020-03-30 12:18:32 +0300
committerRichard Hughes <richard@hughsie.com>2020-03-30 10:59:43 +0100
commit4dd889150081c7e892d90eb14d83d7ca426809d3 (patch)
tree22bac4d9efb1ea807d8eb71decd3a223051cdada
parent22c9dfc85c62fe041cd1d3b0ffbeec448525a139 (diff)
downloadappstream-glib-4dd889150081c7e892d90eb14d83d7ca426809d3.tar.gz
The AppData files now go to /usr/share/metainfo
https://www.freedesktop.org/software/appstream/docs/chap-Quickstart.html#sect-Quickstart-DesktopApps
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ebecf2c..cb0d929 100644
--- a/README.md
+++ b/README.md
@@ -183,7 +183,7 @@ The current rules of inclusion are thus:
* Codecs **MUST** have an AppData file
* Input methods **MUST** have an AppData file
* If included, AppData files **MUST** be valid XML
- * AppData files **MUST** be installed into `/usr/share/appdata`
+ * AppData files **MUST** be installed into `/usr/share/metainfo`
* Application icons **CANNOT** use XPM or ICO format
* Applications **CANNOT** use obsolete toolkits such as GTK+-1.2 or QT3
* Applications that ship a desktop file **SHOULD** include an AppData file.