fix update

This commit is contained in:
2dust
2022-11-30 20:19:33 +08:00
parent 601c260e47
commit fc43fde554

View File

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