1
0
mirror of synced 2025-11-06 03:40:37 +08:00

[+] 修复1.4版本不兼容3.7以下微信防撤回的问题

This commit is contained in:
huiyadanli
2022-05-15 13:03:22 +08:00
parent 527d53eddc
commit 1af0b53999
6 changed files with 27 additions and 10 deletions

File diff suppressed because one or more lines are too long

View File

@@ -17,7 +17,7 @@ namespace RevokeMsgPatcher
{
Apps = AppConfig(),
LatestVersion = "1.4",
PatchVersion = 20220514,
PatchVersion = 20220515,
Notice = ""
};
}
@@ -57,7 +57,8 @@ namespace RevokeMsgPatcher
new TargetInfo
{
Name = "WeChatWin.dll",
RelativePath = "WeChatWin.dll"
RelativePath = "WeChatWin.dll",
StartVersion = "1.0.0.0"
}
},
{
@@ -65,7 +66,8 @@ namespace RevokeMsgPatcher
new TargetInfo
{
Name = "WeChat.exe",
RelativePath = "../WeChat.exe"
RelativePath = "../WeChat.exe",
StartVersion = "3.7.0.0"
}
}
},