mirror of https://github.com/v2ray/v2ray-core
7 lines
133 B
Bash
7 lines
133 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
export VROOT=$( dirname "${BASH_SOURCE[0]}" )/../../
|
||
|
|
||
|
rm $VROOT/infra/control/verify.go
|
||
|
|
||
|
sed -i '/VSign/d' $VROOT/go.mod
|