diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-06-11 22:33:56 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-06-11 22:33:56 +0200 |
commit | 54324f8aad4e0bdfd70534084a47b744a8d740ca (patch) | |
tree | fd67785acfd0335138e890a4a23ed8ff453c4bfe /meson.build | |
parent | 6f57bc3cf5a3aaa36c1204ff6cc7913779d930f0 (diff) |
Revert "b"
This reverts commit 6f57bc3cf5a3aaa36c1204ff6cc7913779d930f0.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 623aa49..2d33788 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(files('icons/hicolor'), install_dir : '/usr/share/icons/hicolor') +install_subdir('icons/hicolor', install_dir : '/usr/share/icons/hicolor') |