aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-03-04 23:48:49 +0100
committerdec05eba <dec05eba@protonmail.com>2025-03-04 23:48:49 +0100
commit27edbfa64410dd12a46ac6a06c856367d431b1d5 (patch)
tree91d2c4e7bd8d4846f4c49b4e45ebc86f29cf7717
parent8bba62fc8c519cc782ac2e917743f0efd36f2a4e (diff)
Correct path for desktop file
-rw-r--r--meson.build2
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)