Explorar el Código

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

Darien Raymond hace 7 años
padre
commit
517feae0e8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      release/release-ci.sh

+ 1 - 0
release/release-ci.sh

@@ -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}