diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index a2446a1..97ee65f 100644 --- a/meson.build +++ b/meson.build @@ -119,8 +119,8 @@ install_subdir('images', install_dir : qm_resources_path) install_subdir('icons', install_dir : qm_resources_path) install_subdir('shaders', install_dir : qm_resources_path) install_subdir('themes', install_dir : qm_resources_path) -install_subdir('launcher', install_dir : join_paths(prefix, datadir, 'applications')) +install_data('launcher/QuickMedia.desktop', install_dir : join_paths(prefix, datadir, 'applications')) install_data(files('boards.json'), install_dir : qm_resources_path) install_data(files('example-config.json'), install_dir : qm_resources_path) install_data(files('README.md'), install_dir : qm_resources_path) |