Add desktop file, icon and "application/claps" mime type

This commit is contained in:
Rafostar
2020-09-17 18:57:40 +02:00
parent 2225aa2343
commit 932849af92
7 changed files with 109 additions and 36 deletions

View File

@@ -17,6 +17,7 @@ conf.set('bindir', join_paths(get_option('prefix'), 'bin'))
subdir('bin')
subdir('gjs-1.0')
subdir('data')
installdir = join_paths(get_option('prefix'), 'share', meson.project_name())
install_subdir('clapper_src', install_dir : installdir)