mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 10:08:15 -05:00
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 |