Fix download url

pull/3852/head
qhy040404 2023-05-14 17:16:13 +08:00
parent 50bcc88700
commit d0e3b3ffbd
No known key found for this signature in database
GPG Key ID: B1E14E493E9BB96C
1 changed files with 1 additions and 1 deletions

View File

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