mirror of https://github.com/2dust/v2rayN
Add support for Clash's modern CPU executable
Add support for clash-windows-amd64-v3.exepull/2192/head
parent
f110446738
commit
15f8db64e7
|
@ -87,7 +87,7 @@ namespace v2rayN.Handler
|
|||
coreInfos.Add(new CoreInfo
|
||||
{
|
||||
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",
|
||||
coreUrl = Global.clashCoreUrl
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue