1.1.2 -> 1.1.3 第4次更新

This commit is contained in:
Space Time 2024-10-15 11:15:31 +08:00
parent a81b408f12
commit b00e3aa8c2
2 changed files with 3 additions and 4 deletions

View File

@ -1,10 +1,9 @@
using System.IO; using Sheas_Cealer.Consts;
using Sheas_Cealer.Consts;
using SheasCore; using SheasCore;
namespace Sheas_Cealer.Utils; namespace Sheas_Cealer.Utils;
internal class MihomoProc : Proc internal class MihomoProc : Proc
{ {
internal MihomoProc() : base(Path.GetFileName(MainConst.MihomoPath)) { } internal MihomoProc() : base(MainConst.MihomoPath) { }
} }

View File

@ -8,7 +8,7 @@ namespace Sheas_Cealer.Utils;
internal class NginxProc : Proc internal class NginxProc : Proc
{ {
internal NginxProc() : base(Path.GetFileName(MainConst.NginxPath)) { } internal NginxProc() : base(MainConst.NginxPath) { }
public override void Process_Exited(object sender, EventArgs e) public override void Process_Exited(object sender, EventArgs e)
{ {