From d315a5fe555beb873134385f37ab0851df7668ee Mon Sep 17 00:00:00 2001 From: Alex Robinson Date: Fri, 19 Nov 2021 19:00:31 -0600 Subject: [PATCH] Issue #93: use metainfo instead of appdata folder --- data/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/meson.build b/data/meson.build index d505e1b..62a00fe 100644 --- a/data/meson.build +++ b/data/meson.build @@ -25,7 +25,7 @@ appstream_file = i18n.merge_file( output: 'com.github.alexr4535.siglo.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)