Browse Source

Merge pull request #4144 from chika0801/master

修正 juicity 启动参数少了 run
pull/4149/head
2dust 1 year ago committed by GitHub
parent
commit
9643695389
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      v2rayN/v2rayN/Handler/LazyConfig.cs

2
v2rayN/v2rayN/Handler/LazyConfig.cs

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

Loading…
Cancel
Save