mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 01:57:12 -05:00
fix vendor directory
This commit is contained in:
parent
8567c66842
commit
72f5e9de16
@ -67,8 +67,8 @@ pushd $GOPATH/src
|
||||
|
||||
# Flatten vendor directories
|
||||
cp -r v2ray.com/core/vendor/github.com/ ./github.com/
|
||||
rm -rf v2ray.com/core/vendor/github.com/
|
||||
cp -r github.com/lucas-clemente/quic-go/vendor/github.com/
|
||||
rm -rf v2ray.com/core/vendor/
|
||||
cp -r github.com/lucas-clemente/quic-go/vendor/github.com/ ./github.com/
|
||||
rm -rf github.com/lucas-clemente/quic-go/vendor/
|
||||
|
||||
# Create zip file for all sources
|
||||
|
Loading…
Reference in New Issue
Block a user