[#] 老版本的特殊处理

This commit is contained in:
huiyadanli 2022-05-17 22:41:41 +08:00
parent c2e608056d
commit 1b735b5703

View File

@ -153,13 +153,13 @@ namespace RevokeMsgPatcher.Modifier
if (info.Name != "WeChat.exe") if (info.Name != "WeChat.exe")
{ {
count++; count++;
} if (File.Exists(filePath))
if (File.Exists(filePath)) {
{ success++;
success++; }
} }
} }
if (success == count) if (success == count && success >= 1)
{ {
return true; return true;
} }