Explorar el Código

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

Shelikhoo hace 5 años
padre
commit
1be3d52787
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      release/mutilate/removeVSign.sh

+ 7 - 0
release/mutilate/removeVSign.sh

@@ -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