Merge pull request #4144 from chika0801/master

修正 juicity 启动参数少了 run
This commit is contained in:
2dust
2023-07-31 09:21:33 +08:00
committed by GitHub

View File

@@ -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
});
}