Skip to content

Commit

Permalink
Merge pull request #58 from City-busz/patch-2
Browse files Browse the repository at this point in the history
build: Install metainfo file to correct location
  • Loading branch information
bragefuglseth authored Oct 1, 2024
2 parents 12eb698 + 96c3a58 commit cf9e72b
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 @@ -31,7 +31,7 @@ appstream_file = i18n.merge_file(
output: '@0@.metainfo.xml'.format(app_id),
po_dir: podir,
install: true,
install_dir: datadir / 'appdata'
install_dir: datadir / 'metainfo'
)

appstreamcli = find_program('appstreamcli', required: false, disabler: true)
Expand Down

0 comments on commit cf9e72b

Please sign in to comment.