Skip to content

Commit

Permalink
Update certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
the1812 committed Feb 12, 2024
1 parent a1401dc commit f90850e
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 14 deletions.
Binary file removed dist/bundled/mwp.bundled.zip
Binary file not shown.
Binary file modified dist/bundled/mwp.exe
Binary file not shown.
Binary file modified dist/unbundled/mwp.exe
Binary file not shown.
Binary file modified dist/unbundled/mwp.unbundled.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion mwp-ver.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.15.0.0
2.16.0.0
Binary file removed mwp.exe
Binary file not shown.
7 changes: 5 additions & 2 deletions src/MalwarePatch/Assets/certificate-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@
"Kugou": [
"kugou.cer",
"kugou 2022.01.cer",
"kugou 256.2022.01.cer"
"kugou 256.2022.01.cer",
"kugou 2024.02.cer",
"kugou 256.2024.02.cer"
],
"Kuwo": [
"kuwo.cer",
Expand Down Expand Up @@ -221,7 +223,8 @@
"tencent 2020.02.cer",
"tencent 256.2020.02.cer",
"tencent 2021.02.cer",
"tencent 256.2021.02.cer"
"tencent 256.2021.02.cer",
"tencent 256.2024.02.cer"
],
"Thunder": [
"thunder.cer",
Expand Down
14 changes: 7 additions & 7 deletions src/MalwarePatch/Assets/malware-remote-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@
"group": 0
},
{
"url": "https://platform.wps.cn",
"regex": "(https://platform.wps.cn/download/query\\?down_os=win.+)\"",
"url": "https://www.wps.cn/platformUrls",
"regex": "productButtonUrl\":\\s*\"(.+)\",",
"group": 1
}
]
Expand Down Expand Up @@ -169,9 +169,9 @@
"fixed": [],
"match": [
{
"url": "https://shurufa.sogou.com/",
"regex": "href=\"(https://[^\"]+?/pc/[^\"]*?sogou_pinyin_[^\"]*?\\.exe)\"",
"group": 1
"url": "https://pinyin.sogou.com/windows/?t=pinyin",
"regex": "https://.+pc/dl/.+sogou_pinyin_.+\\.exe",
"group": 0
},
{
"url": "https://ie.sogou.com/",
Expand Down Expand Up @@ -200,8 +200,8 @@
"fixed": [],
"match": [
{
"url": "http://im.qq.com/pcqq/",
"regex": "href=\"(.*?)\".*class=\"download\"",
"url": "https://cdn-go.cn/qq-web/im.qq.com_new/latest/rainbow/windowsDownloadUrl.js",
"regex": "ntDownloadX64Url\":\\s*\"(.+)\",",
"group": 1
},
{
Expand Down
Binary file added src/MalwarePatch/Certificates/kugou 2024.02.cer
Binary file not shown.
Binary file not shown.
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 @@ -35,7 +35,7 @@ public enum Keys
AllowProgramDescription,
}
internal static DateTime LastModifiedTime => File.GetLastWriteTime(Process.GetCurrentProcess().MainModule.FileName);
internal const int UpdateMonth = 8;
internal const int UpdateMonth = 2;
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 2023")]
[assembly: AssemblyCopyright("Copyright © Ace Studio 2024")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

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

0 comments on commit f90850e

Please sign in to comment.