From c2467130bc8bbc59de53b442a05cc08bc6a56b83 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Tue, 31 Mar 2020 17:03:04 +0200 Subject: Use app_id for schema file name too --- data/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/meson.build b/data/meson.build index 0f55aea..8b0d71d 100644 --- a/data/meson.build +++ b/data/meson.build @@ -7,7 +7,7 @@ desktop_file = i18n.merge_file( install_dir: join_paths(get_option('datadir'), 'applications') ) -schemas = ['org.gnome.PrepaidManager.gschema.xml'] +schemas = [app_id + '.gschema.xml'] compiled = gnome.compile_schemas( build_by_default: true ) -- cgit v1.2.3