mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-08-02 21:20:43 -04:00
fix release script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user