修正 juicity 启动参数少了 run

它的客户端启动参数是 ./juicity-client run -c config.json

https://github.com/juicity/juicity/blob/main/cmd/client/README.md#run
pull/4144/head
chika0801 1 year ago committed by GitHub
parent f2d0e37255
commit 5cabec86e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -358,7 +358,7 @@ namespace v2rayN.Handler
{
coreType = ECoreType.juicity,
coreExes = new List<string> { "juicity-client", "juicity" },
arguments = "-c config.json",
arguments = "run -c config.json",
coreUrl = Global.juicityCoreUrl
});
}

Loading…
Cancel
Save