Use HTTPS remote in Makefile

This commit is contained in:
Kid 2022-02-13 16:37:51 +08:00
parent 162fda29dd
commit b501a928fe

View file

@ -2,7 +2,7 @@ RAW_VERSION?=$(shell node scripts/get-version.js)
FULL_VERSION=v$(RAW_VERSION)
pull-icons:
git clone git@github.com:vscode-icons/vscode-icons.git vscode-icons --depth=1
git clone https://github.com/vscode-icons/vscode-icons.git vscode-icons --depth=1
update-icons:
cd vscode-icons && git pull