fix: install LICENSE file via meson as required by Flathub

This commit is contained in:
noise 2026-02-28 21:22:41 +03:00
parent da57f64816
commit 730c56d944

View File

@ -29,6 +29,9 @@ subdir('data')
subdir('src')
subdir('tests')
install_data('LICENSE',
install_dir: join_paths(get_option('datadir'), 'licenses', 'jp.angeltech.MoeMoji')
)
gnome.post_install(
glib_compile_schemas: true,