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.
1 parent 79fa6d5 commit cb044e7Copy full SHA for cb044e7
1 file changed
platform-data/data/meson.build
@@ -1,17 +1,17 @@
1
i18n.merge_file(
2
input: 'platform.appdata.xml.in',
3
output: 'io.elementary.Platform.appdata.xml',
4
- po_dir: join_paths(meson.project_source_root(), 'po'),
+ po_dir: meson.project_source_root() / 'po',
5
type: 'xml',
6
install: true,
7
- install_dir: join_paths(get_option('datadir'), 'metainfo'),
+ install_dir: get_option('datadir') / 'metainfo',
8
)
9
10
11
input: 'sdk.appdata.xml.in',
12
output: 'io.elementary.Sdk.appdata.xml',
13
14
15
16
17
0 commit comments