From 27edbfa64410dd12a46ac6a06c856367d431b1d5 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 4 Mar 2025 23:48:49 +0100 Subject: Correct path for desktop file --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3-70-g09d2