From 73de8dd949838ff0bb124bc637fdf842e3e0e908 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Mon, 11 Sep 2023 22:01:14 +0300 Subject: [PATCH] fix: AppData installation dir https://www.freedesktop.org/software/appstream/docs/chap-Quickstart.html#qsr-app-introduction --- data/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/meson.build b/data/meson.build index b6ceb67..bea2eb1 100644 --- a/data/meson.build +++ b/data/meson.build @@ -17,7 +17,7 @@ appstream_file = i18n.merge_file( output: 'xyz.ketok.Speedtest.appdata.xml', po_dir: '../po', install: true, - install_dir: join_paths(get_option('datadir'), 'appdata') + install_dir: join_paths(get_option('datadir'), 'metainfo') ) appstream_util = find_program('appstream-util', required: false)