mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-03 05:38:51 +00:00
修正 juicity 启动参数少了 run
它的客户端启动参数是 ./juicity-client run -c config.json https://github.com/juicity/juicity/blob/main/cmd/client/README.md#run
This commit is contained in:
parent
f2d0e37255
commit
5cabec86e7
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ namespace v2rayN.Handler
|
||||||
{
|
{
|
||||||
coreType = ECoreType.juicity,
|
coreType = ECoreType.juicity,
|
||||||
coreExes = new List<string> { "juicity-client", "juicity" },
|
coreExes = new List<string> { "juicity-client", "juicity" },
|
||||||
arguments = "-c config.json",
|
arguments = "run -c config.json",
|
||||||
coreUrl = Global.juicityCoreUrl
|
coreUrl = Global.juicityCoreUrl
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue