1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-27 01:45:23 +00:00

not necessary to flatten vendor directory now

This commit is contained in:
Darien Raymond 2019-01-17 15:58:42 +01:00
parent 26b7845550
commit 57877d644e
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -73,12 +73,6 @@ popd
# Take a snapshot of all required source code
pushd $GOPATH/src
# Flatten vendor directories
cp -r v2ray.com/core/vendor/github.com/ .
rm -rf v2ray.com/core/vendor/
cp -r github.com/lucas-clemente/quic-go/vendor/github.com/ .
rm -rf github.com/lucas-clemente/quic-go/vendor/
# Create zip file for all sources
zip -9 -r /v2/build/src_all.zip * -x '*.git*'
popd