Fix naming #2

This commit is contained in:
reesericci 2023-07-02 00:13:35 -05:00 committed by Conrad Kramer
parent 78682d073a
commit eecbeae6f5

View file

@ -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')
)