Skip to content

Commit c2b8e5b

Browse files
committed
fix #
1 parent a841210 commit c2b8e5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

data/meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ i18n.merge_file(
2929
)
3030

3131
i18n.merge_file(
32-
input: 'app-generator.appdata.xml.in',
33-
output: meson.project_name() + '.appdata.xml',
32+
input: 'app-generator.metainfo.xml.in',
33+
output: meson.project_name() + '.metainfo.xml',
3434
po_dir: meson.project_source_root() / 'po' / 'extra',
3535
install: true,
3636
install_dir: get_option('datadir') / 'metainfo'

0 commit comments

Comments
 (0)