mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Download emoji-data from UNIDATA/
This commit is contained in:
parent
f6ac375604
commit
ec057d40f3
@ -30,7 +30,7 @@ for filename in $data_files ; do
|
||||
done
|
||||
|
||||
for filename in $emoji_files ; do
|
||||
curl -L -o "$UNIDIR/$filename" "$DOWNLOAD_URL_BASE/emoji/latest/$filename"
|
||||
curl -L -o "$UNIDIR/$filename" "$DOWNLOAD_URL_BASE/UNIDATA/emoji/$filename"
|
||||
(
|
||||
cd "$UNIDIR"
|
||||
git add $filename
|
||||
|
Loading…
Reference in New Issue
Block a user