mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 03:41:58 +00:00
emoji: Remove NotoColorEmoji.ttf.
We no longer use glyphs from `NotoColorEmoji.ttf` so removing this.
This commit is contained in:
committed by
Tim Abbott
parent
c8c1c8ef43
commit
6ff7da04de
@@ -246,8 +246,7 @@ def generate_sha1sum_emoji(zulip_path):
|
|||||||
ZULIP_EMOJI_DIR = os.path.join(zulip_path, 'tools', 'setup', 'emoji')
|
ZULIP_EMOJI_DIR = os.path.join(zulip_path, 'tools', 'setup', 'emoji')
|
||||||
sha = hashlib.sha1()
|
sha = hashlib.sha1()
|
||||||
|
|
||||||
filenames = ['NotoColorEmoji.ttf', 'emoji_map.json',
|
filenames = ['emoji_map.json', 'build_emoji', 'emoji_setup_utils.py']
|
||||||
'build_emoji', 'emoji_setup_utils.py']
|
|
||||||
|
|
||||||
for filename in filenames:
|
for filename in filenames:
|
||||||
file_path = os.path.join(ZULIP_EMOJI_DIR, filename)
|
file_path = os.path.join(ZULIP_EMOJI_DIR, filename)
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user