Skip to content

Commit

Permalink
Allow VSign function to be disabled if V2Ray is included in a package…
Browse files Browse the repository at this point in the history
… and should be verified by the package manager.
  • Loading branch information
xiaokangwang committed Jul 5, 2020
1 parent 3952f81 commit 1be3d52
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions release/mutilate/removeVSign.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1be3d52

Please sign in to comment.