Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions frontend/scripts/install-twemoji.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ if [ ! -d "public/twemoji" ]
then
echo 'downloading twemoji images from GitHub...'
# Clone as little as possible. No past revisions and only the image files we are interested in.
git clone --depth 1 --no-checkout --filter=blob:none --sparse https://github.com/twitter/twemoji.git public/twemoji
git clone --depth 1 --no-checkout --filter=blob:none --sparse https://github.com/jdecked/twemoji.git public/twemoji
cd public/twemoji
git sparse-checkout set assets/72x72
git checkout master
git checkout main
else
echo 'twemoji are already present, updating them to the latest version...'
cd public/twemoji
Expand Down
Loading