Merge pull request #3852 from qhy040404/master

Fix download url
This commit is contained in:
2dust 2023-05-14 17:21:33 +08:00 committed by GitHub
commit 7ab1cd6612
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -462,7 +462,7 @@ namespace v2rayN.Handler
url = coreInfo.coreDownloadUrl64; url = coreInfo.coreDownloadUrl64;
break; break;
} }
url = string.Format(url, version); url = string.Format(url, version.ToVersionString("v"));
break; break;
} }
case ECoreType.sing_box: case ECoreType.sing_box: