From 730c56d944fb94b16f968156e466e083c82973d7 Mon Sep 17 00:00:00 2001 From: noise Date: Sat, 28 Feb 2026 21:22:41 +0300 Subject: [PATCH] fix: install LICENSE file via meson as required by Flathub --- meson.build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meson.build b/meson.build index 4541f80..b5e6add 100644 --- a/meson.build +++ b/meson.build @@ -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,