mirror of https://github.com/2dust/v2rayN
commit
9643695389
|
@ -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 New Issue