Skip to content

Commit

Permalink
build: Install metainfo file to correct location
Browse files Browse the repository at this point in the history
Appdata files used to be installed to /usr/share/appdata. However, this location has been changed to /usr/share/metainfo in recent versions of the AppStream specification.
  • Loading branch information
City-busz authored Oct 1, 2024
1 parent 823560c commit 96c3a58
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 96c3a58

Please sign in to comment.