mirror of
https://github.com/zs-yg/MCSJ.git
synced 2025-12-06 19:00:43 +08:00
添加日志和修改文本输出
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
using MCSJ.Tools.LogSystem;
|
||||
|
||||
namespace MCSJ.Tools.JreDownload
|
||||
{
|
||||
@@ -33,6 +34,7 @@ namespace MCSJ.Tools.JreDownload
|
||||
if (percentage == 100)
|
||||
{
|
||||
Console.WriteLine();
|
||||
LogMain.Info("JRE下载完成");
|
||||
}
|
||||
}
|
||||
finally
|
||||
|
||||
Reference in New Issue
Block a user