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 716d01b commit f3dc246Copy full SHA for f3dc246
data/meson.build
@@ -7,6 +7,11 @@ foreach i : icon_sizes
7
)
8
endforeach
9
10
+install_data(
11
+ meson.project_name() + '.appdata.xml',
12
+ install_dir: join_paths(get_option('datadir'), 'metainfo')
13
+)
14
+
15
install_data(
16
meson.project_name() + '.desktop',
17
install_dir: join_paths(get_option('datadir'), 'applications')
0 commit comments