fix release script

pull/1458/head v4.7.3
Darien Raymond 2018-12-04 19:40:12 +01:00
parent 72f5e9de16
commit 98d89aebc2
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 2 additions and 2 deletions

View File

@ -66,9 +66,9 @@ curl -L -o release/config/geoip.dat "https://github.com/v2ray/geoip/releases/dow
pushd $GOPATH/src
# Flatten vendor directories
cp -r v2ray.com/core/vendor/github.com/ ./github.com/
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/ ./github.com/
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