mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-03 05:38:51 +00:00
commit
7ab1cd6612
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue