mirror of https://github.com/zulip/zulip.git
emoji: Remove `AndroidEmoji.ttf`.
This commit is contained in:
parent
0056f1c948
commit
c8c1c8ef43
|
@ -246,7 +246,7 @@ def generate_sha1sum_emoji(zulip_path):
|
|||
ZULIP_EMOJI_DIR = os.path.join(zulip_path, 'tools', 'setup', 'emoji')
|
||||
sha = hashlib.sha1()
|
||||
|
||||
filenames = ['NotoColorEmoji.ttf', 'emoji_map.json', 'AndroidEmoji.ttf',
|
||||
filenames = ['NotoColorEmoji.ttf', 'emoji_map.json',
|
||||
'build_emoji', 'emoji_setup_utils.py']
|
||||
|
||||
for filename in filenames:
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue