From 3a637aabe936ae8348c71ea8bbce79effdb0d74b Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 11 Jun 2024 22:35:31 +0200 Subject: Correct directory for icons --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 2d33788..6afc53e 100644 --- a/meson.build +++ b/meson.build @@ -28,4 +28,4 @@ executable('gpu-screen-recorder-gtk', src, dependencies : dep, install : true) 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') +install_subdir('icons/hicolor', install_dir : '/usr/share/icons') -- cgit v1.2.3-70-g09d2