We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1154a20 + d90bbd6 commit 2016065Copy full SHA for 2016065
data/meson.build
@@ -33,7 +33,7 @@ appstream_file = i18n.merge_file(
33
output: '@0@.appdata.xml'.format(application_id),
34
po_dir: join_paths(meson.project_source_root(), 'po'),
35
install: true,
36
- install_dir: get_option('datadir') / 'appdata',
+ install_dir: get_option('datadir') / 'metainfo',
37
)
38
39
install_data('io.github.alainm23.planify.gschema.xml',
@@ -47,4 +47,4 @@ if compile_schemas.found()
47
48
endif
49
50
-subdir('icons')
+subdir('icons')
0 commit comments