Skip to content

Commit 2016065

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 1154a20 + d90bbd6 commit 2016065

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ appstream_file = i18n.merge_file(
3333
output: '@0@.appdata.xml'.format(application_id),
3434
po_dir: join_paths(meson.project_source_root(), 'po'),
3535
install: true,
36-
install_dir: get_option('datadir') / 'appdata',
36+
install_dir: get_option('datadir') / 'metainfo',
3737
)
3838

3939
install_data('io.github.alainm23.planify.gschema.xml',
@@ -47,4 +47,4 @@ if compile_schemas.found()
4747
)
4848
endif
4949

50-
subdir('icons')
50+
subdir('icons')

0 commit comments

Comments
 (0)