aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-06-11 22:29:16 +0200
committerdec05eba <dec05eba@protonmail.com>2024-06-11 22:29:16 +0200
commit9ab3e9c4deed3e75b326aadfdf55f5262b9ed8a7 (patch)
treefd67785acfd0335138e890a4a23ed8ff453c4bfe /meson.build
parent7e7341f8d8995a4b47c254a260978caf49490a8d (diff)
t
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 3390fa5..2d33788 100644
--- a/meson.build
+++ b/meson.build
@@ -25,7 +25,7 @@ dep = [
executable('gpu-screen-recorder-gtk', src, dependencies : dep, install : true)
-install_data('gpu-screen-recorder-gtk.desktop', install_dir : '/usr/share/applications')
-install_data('com.dec05eba.gpu_screen_recorder.appdata.xml', install_dir : '/usr/share/metainfo')
+install_data(files('gpu-screen-recorder-gtk.desktop'), install_dir : '/usr/share/applications')
+install_data(files('com.dec05eba.gpu_screen_recorder.appdata.xml'), install_dir : '/usr/share/metainfo')
install_subdir('icons/hicolor', install_dir : '/usr/share/icons/hicolor')