mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 02:17:19 +00:00
download-emoji-data: Download sprite sheets for the remaining emoji sets.
Modify the `download-emoji-data` tool to download the sprite sheets for all the currently supported emoji sets(apple, emojione, google and twitter).
This commit is contained in:
committed by
Tim Abbott
parent
5674e63fc3
commit
e52f2b5aba
@@ -20,5 +20,8 @@ if [ "$CURRENT_COMMIT" == "$COMMIT" ]; then
|
|||||||
else
|
else
|
||||||
echo "$COMMIT" > "$COMMIT_FILE_PATH"
|
echo "$COMMIT" > "$COMMIT_FILE_PATH"
|
||||||
wget "https://raw.githubusercontent.com/iamcal/emoji-data/$COMMIT/emoji_pretty.json" -O "$OUTPUT_PATH/emoji.json"
|
wget "https://raw.githubusercontent.com/iamcal/emoji-data/$COMMIT/emoji_pretty.json" -O "$OUTPUT_PATH/emoji.json"
|
||||||
|
wget "https://raw.githubusercontent.com/iamcal/emoji-data/$COMMIT/sheet_apple_32.png" -O "$OUTPUT_PATH/sheet_apple_32.png"
|
||||||
|
wget "https://raw.githubusercontent.com/iamcal/emoji-data/$COMMIT/sheet_emojione_32.png" -O "$OUTPUT_PATH/sheet_emojione_32.png"
|
||||||
wget "https://raw.githubusercontent.com/iamcal/emoji-data/$COMMIT/sheet_google_32.png" -O "$OUTPUT_PATH/sheet_google_32.png"
|
wget "https://raw.githubusercontent.com/iamcal/emoji-data/$COMMIT/sheet_google_32.png" -O "$OUTPUT_PATH/sheet_google_32.png"
|
||||||
|
wget "https://raw.githubusercontent.com/iamcal/emoji-data/$COMMIT/sheet_twitter_32.png" -O "$OUTPUT_PATH/sheet_twitter_32.png"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user