mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-04-16 18:49:16 -04:00
Allow VSign function to be disabled if V2Ray is included in a package and should be verified by the package manager.
This commit is contained in:
7
release/mutilate/removeVSign.sh
Normal file
7
release/mutilate/removeVSign.sh
Normal 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
|
||||
Reference in New Issue
Block a user