mirror of
https://github.com/SpaceTimee/Sheas-Cealer.git
synced 2025-07-14 05:12:09 +08:00
1.1.2 -> 1.1.3 第4次更新
This commit is contained in:
parent
a81b408f12
commit
b00e3aa8c2
@ -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) { }
|
||||||
}
|
}
|
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user