Skip to content

Commit

Permalink
Update to v2.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
the1812 committed May 28, 2021
1 parent a5a672f commit d83c70f
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion mwp-ver.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.9.6.0
2.9.7.0
Binary file modified mwp.exe
Binary file not shown.
Binary file modified mwp.pkg
Binary file not shown.
8 changes: 6 additions & 2 deletions src/MalwarePatch/Assets/certificate-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@
"kingsoft 2020.02.cer",
"kingsoft 256.2020.02.cer",
"kingsoft 2020.06.cer",
"kingsoft 256.2020.06.cer"
"kingsoft 256.2020.06.cer",
"kingsoft browser 256.2021.06.cer",
"kingsoft 256.2021.06.cer"
],
"Kugou": [
"kugou.cer"
Expand Down Expand Up @@ -150,7 +152,9 @@
],
"Sohu": [
"sohu.cer",
"sohu 2018.12.cer"
"sohu 2018.12.cer",
"sohu 2021.04.cer",
"sohu 2021.06.cer"
],
"Tencent": [
"tencent.cer",
Expand Down
8 changes: 4 additions & 4 deletions src/MalwarePatch/Assets/malware-remote-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"match": [
{
"url": "https://qd.160.com/",
"regex": "href=\"(https://file1.updrv.com/.+?DriveTheLife.+?\.exe)",
"regex": "href=\"(https://file1.updrv.com/.+?DriveTheLife.+?\\.exe)",
"group": 1
}
]
Expand Down Expand Up @@ -98,9 +98,9 @@
"group": 0
},
{
"url": "http://www.wps.cn/",
"regex": "class=\"btn btn-lg\"\\s*href=\"(.*?)\"\\s*onclick.*?WPS Office 2019 PC",
"group": 1
"url": "https://platform.wps.cn",
"regex": "https://pacakge.cache.wpscdn.cn/wps/download/W\\.P\\.S\\..+.exe",
"group": 0
}
]
},
Expand Down
Binary file not shown.
Binary file not shown.
Binary file added src/MalwarePatch/Certificates/sohu 2021.04.cer
Binary file not shown.
Binary file added src/MalwarePatch/Certificates/sohu 2021.06.cer
Binary file not shown.
2 changes: 1 addition & 1 deletion src/MalwarePatch/Languages/MainLanguage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public enum Keys
AllowProgramDescription,
}
internal static DateTime LastModifiedTime => File.GetLastWriteTime(Process.GetCurrentProcess().MainModule.FileName);
internal const int UpdateMonth = 2;
internal const int UpdateMonth = 6;
internal static string UpdateTime
{
get
Expand Down
6 changes: 3 additions & 3 deletions src/MalwarePatch/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Ace Studio")]
[assembly: AssemblyProduct("Malware Patch")]
[assembly: AssemblyCopyright("Copyright © Ace Studio 2020")]
[assembly: AssemblyCopyright("Copyright © Ace Studio 2021")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down Expand Up @@ -51,5 +51,5 @@
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.9.6.0")]
[assembly: AssemblyFileVersion("2.9.6.0")]
[assembly: AssemblyVersion("2.9.7.0")]
[assembly: AssemblyFileVersion("2.9.7.0")]

0 comments on commit d83c70f

Please sign in to comment.