Skip to content
Snippets Groups Projects
Commit 459db01d authored by Nico's avatar Nico
Browse files

Fix directory of appdata.xml

parent 4848e840
No related branches found
No related tags found
1 merge request!26Minor fixes around appdata and .desktop file
Pipeline #4313 passed
...@@ -23,7 +23,7 @@ appstream_file = i18n.merge_file( ...@@ -23,7 +23,7 @@ appstream_file = i18n.merge_file(
output: 'app.briar.gtk.appdata.xml', output: 'app.briar.gtk.appdata.xml',
po_dir: '../po', po_dir: '../po',
install: true, 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) appstream_util = find_program('appstream-util', required: false)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment