From 2722bb7a4ebe2bc06449abc14ec3ad70c8f20de2 Mon Sep 17 00:00:00 2001 From: linsui <36977733+linsui@users.noreply.github.com> Date: Sat, 13 Jul 2019 13:54:53 +0000 Subject: [PATCH] V2Ray: add more bin (#239) --- bucket/v2ray.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bucket/v2ray.json b/bucket/v2ray.json index c5ec2622db..25f6f9f746 100644 --- a/bucket/v2ray.json +++ b/bucket/v2ray.json @@ -14,7 +14,11 @@ "hash": "sha512:c40e5c04ad9f7c6d4cfa3d7c6cb2a1fc784c5708b55c83e016252ded2f4c79bef2473af0dd79108c391046476a4eb5ff97caeb05512d58083950a631988e20b3" } }, - "bin": "v2ray.exe", + "bin": [ + "v2ctl.exe", + "v2ray.exe", + "wv2ray.exe" + ], "checkver": { "github": "https://github.com/v2ray/v2ray-core" },