mirror of https://github.com/2dust/v2rayN
Merge pull request #2192 from FrzMtrsprt/patch-1
Add support for Clash's modern CPU executablepull/2295/head
commit
d431c63245
|
@ -87,7 +87,7 @@ namespace v2rayN.Handler
|
||||||
coreInfos.Add(new CoreInfo
|
coreInfos.Add(new CoreInfo
|
||||||
{
|
{
|
||||||
coreType = ECoreType.clash,
|
coreType = ECoreType.clash,
|
||||||
coreExes = new List<string> { "clash-windows-amd64", "clash-windows-386", "clash" },
|
coreExes = new List<string> { "clash-windows-amd64-v3", "clash-windows-amd64", "clash-windows-386", "clash" },
|
||||||
arguments = "-f config.json",
|
arguments = "-f config.json",
|
||||||
coreUrl = Global.clashCoreUrl
|
coreUrl = Global.clashCoreUrl
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue