summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2017-10-16 12:03:01 +0200
committerLubomir Rintel <lkundrak@v3.sk>2017-10-16 12:42:55 +0200
commitc5786deb446864ef8ca00c4600c186a341e36cbc (patch)
tree1d334e4f06be573b879650730fb295d6d09d7d38
parent8b4c3b02574da9ab97fadb21a2708fe32cb50a93 (diff)
downloadnetwork-manager-applet-c5786deb446864ef8ca00c4600c186a341e36cbc.tar.gz
meson: install an appdata.xml file, not metainfo.xml
The editor is a GUI application, not a plugin.
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 2352850b..5d273bdb 100644
--- a/meson.build
+++ b/meson.build
@@ -456,7 +456,7 @@ custom_target(
install_dir: nma_appdir
)
-info = 'nm-connection-editor.metainfo.xml'
+info = 'nm-connection-editor.appdata.xml'
custom_target(
info,