Improve speed test core support

This commit is contained in:
2dust 2022-05-12 09:19:03 +08:00
parent 3575291119
commit 6f485141f0

View file

@ -254,7 +254,7 @@ namespace v2rayN.Handler
try
{
string fileName = V2rayFindexe(new List<string> { "xray" });
string fileName = V2rayFindexe(new List<string> { "xray", "wv2ray", "v2ray" });
if (fileName == "") return -1;
Process p = new Process