Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
CHKZL committed Jun 9, 2024
1 parent 88ea44d commit efa1bdf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Core/Tools/ProgramUpdates.cs
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,7 @@ public void Main(string[] args)
}
int i = 1;
foreach (var item in map)
{
if (item.Value.Name == "Update.exe")
;
{
Log.Info(nameof(Update_UpdateProgram),$"进度:{i}/{map.Count} | 文件大小{item.Value.Size}字节,开始更新文件【{item.Value.Name}】.......");
string directoryPath = Path.GetDirectoryName(item.Value.FilePath);
if (!Directory.Exists(directoryPath))
Expand Down

0 comments on commit efa1bdf

Please sign in to comment.