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 3c324a9 commit 36e8892Copy full SHA for 36e8892
3 files changed
data/meson.build
@@ -24,8 +24,8 @@ i18n.merge_file(
24
)
25
26
i18n.merge_file(
27
- input: 'settings.appdata.xml.in',
28
- output: meson.project_name() + '.appdata.xml',
+ input: 'settings.metainfo.xml.in',
+ output: meson.project_name() + '.metainfo.xml',
29
po_dir: po_extra_dir,
30
type: 'xml',
31
install: true,
data/settings.appdata.xml.in data/settings.metainfo.xml.indata/settings.appdata.xml.in renamed to data/settings.metainfo.xml.in
po/extra/POTFILES
@@ -1,3 +1,3 @@
1
data/settings.desktop.in
2
-data/settings.appdata.xml.in
+data/settings.metainfo.xml.in
3
0 commit comments