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
commit 9643695389
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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