From eecbeae6f52c751e8b15a4ad985925b5d9f1764a Mon Sep 17 00:00:00 2001 From: reesericci Date: Sun, 2 Jul 2023 00:13:35 -0500 Subject: [PATCH] Fix naming #2 --- burrow-gtk/data/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/burrow-gtk/data/meson.build b/burrow-gtk/data/meson.build index 07dab72..fadf18f 100644 --- a/burrow-gtk/data/meson.build +++ b/burrow-gtk/data/meson.build @@ -25,7 +25,7 @@ if appstream_util.found() test('Validate appstream file', appstream_util, args: ['validate', appstream_file]) endif -install_data('com.hackclub.Burrow.gschema.xml', +install_data('com.hackclub.burrow.gschema.xml', install_dir: join_paths(get_option('datadir'), 'glib-2.0/schemas') )