ref: add a homepage url and a screenshot

This commit is contained in:
2026-02-28 19:20:08 +03:00
parent a7bb564c79
commit d82cd6f9d7
3 changed files with 41 additions and 20 deletions
+3 -3
View File
@@ -15,11 +15,11 @@ if desktop_utils.found()
endif
appstream_file = i18n.merge_file(
input: 'jp.angeltech.MoeMoji.appdata.xml.in',
output: 'jp.angeltech.MoeMoji.appdata.xml',
input: 'jp.angeltech.MoeMoji.metainfo.xml.in',
output: 'jp.angeltech.MoeMoji.metainfo.xml',
po_dir: '../po',
install: true,
install_dir: join_paths(get_option('datadir'), 'appdata')
install_dir: join_paths(get_option('datadir'), 'metainfo')
)
appstream_util = find_program('appstream-util', required: false)