Skip to content

Commit

Permalink
Update to v2.13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
the1812 committed Jul 3, 2022
1 parent c055b23 commit d73ef0b
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 12 deletions.
Binary file modified mwp.exe
Binary file not shown.
Binary file modified mwp.pkg
Binary file not shown.
14 changes: 10 additions & 4 deletions src/MalwarePatch/Assets/certificate-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@
"grid verse (format factory) 2018.12.cer",
"grid verse (format factory) 2020.02.cer",
"grid verse (format factory) 256.2020.02.cer",
"grid verse (format factory) 256.2020.08.cer"
"grid verse (format factory) 256.2020.08.cer",
"grid verse (format factory) 256.2022.07.cer"
],
"HeiNote": [
"7654 note.cer",
Expand Down Expand Up @@ -117,7 +118,8 @@
"kingsoft browser 256.2021.06.cer",
"kingsoft 256.2021.06.cer",
"kingsoft 2022.01.cer",
"kingsoft 256.2022.01.cer"
"kingsoft 256.2022.01.cer",
"kingsoft 256.2022.07.cer"
],
"Kugou": [
"kugou.cer",
Expand All @@ -139,7 +141,9 @@
"pptv 2019.1.cer",
"pptv 256.2019.1.cer",
"pplive.cer",
"pplive 256.cer"
"pplive 256.cer",
"pptv 2022.07.cer",
"pptv 256.2022.07.cer"
],
"iQIYI": [
"qiyi.cer",
Expand All @@ -154,7 +158,9 @@
"rising 2018.9.cer",
"rising 256.2018.9.cer",
"rising 2019.8.cer",
"rising 256.2019.8.cer"
"rising 256.2019.8.cer",
"rising 2022.07.cer",
"rising 256.2022.07.cer"
],
"Riyue": [
"riyue (at).cer",
Expand Down
6 changes: 3 additions & 3 deletions src/MalwarePatch/Assets/malware-remote-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"match": [
{
"url": "http://heinote.7654.com/#firstPage",
"regex": "href=\"(http://d.heinoteft.com/downloads/.+.exe)\"",
"regex": "href=\"(http://d.heinote.com/downloads/.+.exe)\"",
"group": 1
}
]
Expand All @@ -77,7 +77,7 @@
"fixed": [],
"match": [
{
"url": "http://heinote.7654.com/#firstPage",
"url": "https://www.hgs.cn",
"regex": "href=\"(https://dl-next.aunbox.cn/channel?.+?)\"",
"group": 1
}
Expand Down Expand Up @@ -151,7 +151,7 @@
"fixed": [],
"match": [
{
"url": "http://mofang.ruanmei.com/",
"url": "https://mofang.ruanmei.com/",
"regex": "href=\"(http[s]?://d.ruanmei.com/pcmaster/.*?)\"",
"group": 1
}
Expand Down
Binary file not shown.
Binary file not shown.
Binary file added src/MalwarePatch/Certificates/pptv 2022.07.cer
Binary file not shown.
Binary file not shown.
Binary file added src/MalwarePatch/Certificates/rising 2022.07.cer
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 @@ -34,7 +34,7 @@ public enum Keys
AllowProgramDescription,
}
internal static DateTime LastModifiedTime => File.GetLastWriteTime(Process.GetCurrentProcess().MainModule.FileName);
internal const int UpdateMonth = 4;
internal const int UpdateMonth = 7;
internal static string UpdateTime
{
get
Expand Down
4 changes: 2 additions & 2 deletions src/MalwarePatch/Models/Updater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ public Task<FileInfo> DownloadUpdate()
{
File.Delete(UpdateFileName);
}
var downloadLink = "https://cdn.jsdelivr.net/gh/the1812/Malware-Patch@master/mwp.pkg";
// var downloadLink = "https://github.com/the1812/malware-patch/raw/master/mwp.exe";
// var downloadLink = "https://cdn.jsdelivr.net/gh/the1812/Malware-Patch@master/mwp.pkg";
var downloadLink = "https://github.com/the1812/malware-patch/raw/master/mwp.exe";
// var downloadLink = GoogleDrive.GetDirectLinkFromId(UpdateId);
var info = new DownloadInfo(downloadLink)
{
Expand Down
4 changes: 2 additions & 2 deletions src/MalwarePatch/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.12.0.0")]
[assembly: AssemblyFileVersion("2.12.0.0")]
[assembly: AssemblyVersion("2.13.0.0")]
[assembly: AssemblyFileVersion("2.13.0.0")]

0 comments on commit d73ef0b

Please sign in to comment.