1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-01-02 23:47:07 -05:00

add back v2ray.com/ext to source code. fixes #1553

This commit is contained in:
Darien Raymond 2019-02-15 12:42:55 +01:00
parent 2a6cad2f9b
commit 517feae0e8
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -47,6 +47,7 @@ export GOPATH=/v2
# Download all source code
go get -t v2ray.com/core/...
go get -t v2ray.com/ext/...
pushd $GOPATH/src/v2ray.com/core/
git checkout tags/${RELEASE_TAG}