Revert Emoji menu for Windows 7

This commit is contained in:
2026-07-14 03:14:58 -06:00
parent 4944517a0e
commit ff17c5f210
35 changed files with 39822 additions and 62 deletions

13
data/fonts/meson.build Normal file
View File

@@ -0,0 +1,13 @@
emoji_font_dir = join_paths(get_option('datadir'), 'fonts', 'zoitechat')
emoji_font_doc_dir = join_paths(get_option('datadir'), 'doc', 'zoitechat', 'fonts')
install_data(
'NotoColorEmoji.ttf',
install_dir: emoji_font_dir,
)
install_data(
'OFL.txt',
'README.md',
install_dir: emoji_font_doc_dir,
)