From 42bfe1315be1a851434c4675a0c2c38863bb8e6c Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 21 Jul 2024 23:58:54 +0200 Subject: Fix gpu vendor check, rename desktop file to same format as flatpak --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') 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')) -- cgit v1.2.3