From 9ab3e9c4deed3e75b326aadfdf55f5262b9ed8a7 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 11 Jun 2024 22:29:16 +0200 Subject: t --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meson.build') 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') -- cgit v1.2.3