[#] 1.3 补丁地址

This commit is contained in:
huiyadanli
2022-03-25 22:51:06 +08:00
parent 7c5f16d79f
commit 0e7054c196
3 changed files with 4 additions and 4 deletions

View File

@@ -299,7 +299,7 @@ namespace RevokeMsgPatcher
getPatchJsonStatus = "SUCCESS";
InitControls();
}
else if (newBag.PatchVersion < bag.PatchVersion)
else if (newBag.PatchVersion <= bag.PatchVersion)
{
needUpdate = false;
lblUpdatePachJson.Text = "[ 软件内置补丁信息已经是最新 ]";