emoji: Remove `AndroidEmoji.ttf`.

This commit is contained in:
Harshit Bansal 2017-09-22 19:49:40 +00:00 committed by Tim Abbott
parent 0056f1c948
commit c8c1c8ef43
2 changed files with 1 additions and 1 deletions

View File

@ -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.