mirror of
https://github.com/2dust/v2rayN.git
synced 2026-09-27 00:52:07 +03:00
add arm64 download path for core
This commit is contained in:
Binary file not shown.
@@ -466,6 +466,12 @@ namespace v2rayN.Handler
|
|||||||
{
|
{
|
||||||
url = string.Format(coreInfo.coreDownloadUrl32, version);
|
url = string.Format(coreInfo.coreDownloadUrl32, version);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (RuntimeInformation.ProcessArchitecture == Architecture.Arm64)
|
||||||
|
{
|
||||||
|
url = string.Format(coreInfo.coreDownloadUrlArm64, version);
|
||||||
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case ECoreType.v2rayN:
|
case ECoreType.v2rayN:
|
||||||
|
|||||||
Reference in New Issue
Block a user