mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-31 14:36:50 -05:00
8 lines
140 B
Bash
Executable File
8 lines
140 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
export VROOT=$(dirname "${BASH_SOURCE[0]}")/../../
|
|
|
|
rm $VROOT/infra/control/verify.go
|
|
|
|
sed -i '/VSign/d' $VROOT/go.mod
|