Improve speed test core support

pull/2328/head
2dust 3 years ago
parent 3575291119
commit 6f485141f0

@ -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

Loading…
Cancel
Save