Skip to content

Commit f3dc246

Browse files
committed
Install appdata.xml file
Fixes #10
1 parent 716d01b commit f3dc246

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

data/meson.build

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ foreach i : icon_sizes
77
)
88
endforeach
99

10+
install_data(
11+
meson.project_name() + '.appdata.xml',
12+
install_dir: join_paths(get_option('datadir'), 'metainfo')
13+
)
14+
1015
install_data(
1116
meson.project_name() + '.desktop',
1217
install_dir: join_paths(get_option('datadir'), 'applications')

0 commit comments

Comments
 (0)