diff --git a/.vs/v2rayN-arm/v17/.wsuo b/.vs/v2rayN-arm/v17/.wsuo new file mode 100644 index 00000000..e7f4172b Binary files /dev/null and b/.vs/v2rayN-arm/v17/.wsuo differ diff --git a/v2rayN/v2rayN/Handler/UpdateHandle.cs b/v2rayN/v2rayN/Handler/UpdateHandle.cs index 07624474..d52384c5 100644 --- a/v2rayN/v2rayN/Handler/UpdateHandle.cs +++ b/v2rayN/v2rayN/Handler/UpdateHandle.cs @@ -466,6 +466,12 @@ namespace v2rayN.Handler { url = string.Format(coreInfo.coreDownloadUrl32, version); } + + if (RuntimeInformation.ProcessArchitecture == Architecture.Arm64) + { + url = string.Format(coreInfo.coreDownloadUrlArm64, version); + } + break; } case ECoreType.v2rayN: