Skip to content

Commit

Permalink
Patcher: log patch file name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kagamia committed Dec 3, 2021
1 parent eaf57d6 commit 9ea7aaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WzComparerR2/FrmPatcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ private void ExecutePatch(string patchFile, string msFolder, bool prePatch)
{
patcher = new WzPatcher(patchFile);
patcher.PatchingStateChanged += new EventHandler<PatchingEventArgs>(patcher_PatchingStateChanged);
AppendStateText($"补丁文件:{patchFile}\r\n");
AppendStateText("正在检查补丁...");
patcher.OpenDecompress();
AppendStateText("成功\r\n");
Expand Down

0 comments on commit 9ea7aaa

Please sign in to comment.