Update UpdateHandle.cs

pull/2841/head
2dust 2022-12-01 20:22:26 +08:00
parent 76c40585fd
commit cdf35740d9
1 changed files with 1 additions and 1 deletions

View File

@ -458,7 +458,7 @@ namespace v2rayN.Handler
throw new ArgumentException("Type");
}
if (string.Compare(curVersion, version, true) >= 0)
if (curVersion == version)
{
AbsoluteCompleted?.Invoke(this, new ResultEventArgs(false, message));
return;