fix metainfo not found by flatpak

This commit is contained in:
ranfdev
2023-11-13 16:52:04 +01:00
parent 20ee796913
commit ba0a5a756c
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ appdata_file = i18n.merge_file(
output: '@BASENAME@',
configuration: appdata_conf
),
output: 'metainfo.xml',
output: '@0@.metainfo.xml'.format(base_id),
po_dir: podir,
install: true,
install_dir: datadir / 'metainfo'