Add comment on which download to use
This commit is contained in:
parent
be95d60a65
commit
d16d8c924b
1
Makefile
1
Makefile
|
@ -6,6 +6,7 @@ PKG_FULL_VERSION = ${UPSTREAM_VERSION}-${PKG_SUB_RELEASE}
|
||||||
SOURCE = https://az764295.vo.msecnd.net/stable/622cb03f7e070a9670c94bae1a45d78d7181fbd4/VSCodeSetup-x64-${UPSTREAM_VERSION}.exe
|
SOURCE = https://az764295.vo.msecnd.net/stable/622cb03f7e070a9670c94bae1a45d78d7181fbd4/VSCodeSetup-x64-${UPSTREAM_VERSION}.exe
|
||||||
CHECKSUM = 9ef53748248e6d3e0272e2b7ef98d41bf858f7c91082bb0d10f909eb4885f679
|
CHECKSUM = 9ef53748248e6d3e0272e2b7ef98d41bf858f7c91082bb0d10f909eb4885f679
|
||||||
## Download Link and Checksums can be found on https://code.visualstudio.com/Download
|
## Download Link and Checksums can be found on https://code.visualstudio.com/Download
|
||||||
|
## Look for Windows System Installer (64 bit)
|
||||||
|
|
||||||
install: clean setversion
|
install: clean setversion
|
||||||
@[ -d "./data/" ] || mkdir ./data/
|
@[ -d "./data/" ] || mkdir ./data/
|
||||||
|
|
Loading…
Reference in New Issue