diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-07-21 23:58:54 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-07-21 23:58:54 +0200 |
commit | 42bfe1315be1a851434c4675a0c2c38863bb8e6c (patch) | |
tree | 38066a8f06b9d36ba6899df8f61b16b879b68fdd /meson.build | |
parent | e0643ed5a82ed79fd874568dc726c2e7059afe48 (diff) |
Fix gpu vendor check, rename desktop file to same format as flatpak
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 5851485..c762460 100644 --- a/meson.build +++ b/meson.build @@ -23,7 +23,7 @@ executable('gpu-screen-recorder-gtk', src, dependencies : dep, install : true) prefix = get_option('prefix') datadir = get_option('datadir') -install_data(files('gpu-screen-recorder-gtk.desktop'), install_dir : join_paths(prefix, datadir, 'applications')) +install_data(files('com.dec05eba.gpu_screen_recorder.desktop'), install_dir : join_paths(prefix, datadir, 'applications')) install_data(files('com.dec05eba.gpu_screen_recorder.appdata.xml'), install_dir : join_paths(prefix, datadir, 'metainfo')) install_subdir('icons/hicolor', install_dir : join_paths(prefix, datadir, 'icons')) |