Skip to content

Commit

Permalink
Meson: correct MetaInfo output name
Browse files Browse the repository at this point in the history
  • Loading branch information
cassidyjames committed Aug 28, 2024
1 parent ddd8ea7 commit 0642f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ desktop_file = configure_file(

metainfo_file = configure_file(
input: files('metainfo.xml.in'),
output: '@BASENAME@',
output: app_id + '.metainfo.xml',
configuration: data_config,
install: true,
install_dir: get_option('datadir') / 'metainfo',
Expand Down

0 comments on commit 0642f28

Please sign in to comment.