Allow VSign function to be disabled if V2Ray is included in a package and should be verified by the package manager.

pull/2625/head
Shelikhoo 2020-07-05 08:55:10 +08:00
parent 3952f81b49
commit 1be3d52787
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#!/bin/bash
export VROOT=$( dirname "${BASH_SOURCE[0]}" )/../../
rm $VROOT/infra/control/verify.go
sed -i '/VSign/d' $VROOT/go.mod