mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 11:28:22 +00:00
Download emoji-data from UNIDATA/
This commit is contained in:
@@ -30,7 +30,7 @@ for filename in $data_files ; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
for filename in $emoji_files ; do
|
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"
|
cd "$UNIDIR"
|
||||||
git add $filename
|
git add $filename
|
||||||
|
Reference in New Issue
Block a user