Skip to content

Commit

Permalink
Issue #93: use metainfo instead of appdata folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Robinson committed Nov 20, 2021
1 parent 3e07d1b commit d315a5f
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 @@ -25,7 +25,7 @@ appstream_file = i18n.merge_file(
output: 'com.github.alexr4535.siglo.appdata.xml',
po_dir: '../po',
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)
Expand Down

0 comments on commit d315a5f

Please sign in to comment.