We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42d8929 commit 25eced6Copy full SHA for 25eced6
scripts/download-unicode-files.sh
@@ -30,7 +30,7 @@ for filename in $data_files ; do
30
done
31
32
for filename in $emoji_files ; do
33
- curl -o "$UNIDIR/$filename" "$DOWNLOAD_URL_BASE/emoji/3.0/$filename"
+ curl -o "$UNIDIR/$filename" "$DOWNLOAD_URL_BASE/emoji/latest/$filename"
34
(
35
cd "$UNIDIR"
36
git add $filename
0 commit comments