diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-06-11 22:30:13 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-06-11 22:30:13 +0200 |
commit | 6f57bc3cf5a3aaa36c1204ff6cc7913779d930f0 (patch) | |
tree | 6cfcb537de2a8c447f865234aa6357070c5ced33 | |
parent | 9ab3e9c4deed3e75b326aadfdf55f5262b9ed8a7 (diff) |
b
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 2d33788..623aa49 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(files('icons/hicolor'), install_dir : '/usr/share/icons/hicolor') |