Merge pull request #4144 from chika0801/master

修正 juicity 启动参数少了 run
pull/4149/head
2dust 2023-07-31 09:21:33 +08:00 committed by GitHub
commit 9643695389
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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