mirror of https://github.com/2dust/v2rayN
Fix download url
parent
50bcc88700
commit
d0e3b3ffbd
|
@ -462,7 +462,7 @@ namespace v2rayN.Handler
|
|||
url = coreInfo.coreDownloadUrl64;
|
||||
break;
|
||||
}
|
||||
url = string.Format(url, version);
|
||||
url = string.Format(url, version.ToVersionString("v"));
|
||||
break;
|
||||
}
|
||||
case ECoreType.sing_box:
|
||||
|
|
Loading…
Reference in New Issue