mirror of
https://github.com/SpaceTimee/Sheas-Cealer.git
synced 2025-07-13 12:52:08 +08:00
1.1.3 -> 1.1.4 第80次更新
This commit is contained in:
parent
ebe199d048
commit
aa5765d168
@ -304,7 +304,7 @@ public partial class MainWin : Window
|
|||||||
foreach (Process nginxProcess in Process.GetProcessesByName(Path.GetFileNameWithoutExtension(MainConst.NginxPath)))
|
foreach (Process nginxProcess in Process.GetProcessesByName(Path.GetFileNameWithoutExtension(MainConst.NginxPath)))
|
||||||
{
|
{
|
||||||
nginxProcess.Kill();
|
nginxProcess.Kill();
|
||||||
await nginxProcess.WaitForExitAsync();
|
nginxProcess.WaitForExit();
|
||||||
}
|
}
|
||||||
|
|
||||||
NginxCleaner.Clean();
|
NginxCleaner.Clean();
|
||||||
@ -379,7 +379,7 @@ public partial class MainWin : Window
|
|||||||
foreach (Process mihomoProcess in Process.GetProcessesByName(Path.GetFileNameWithoutExtension(MainConst.MihomoPath)))
|
foreach (Process mihomoProcess in Process.GetProcessesByName(Path.GetFileNameWithoutExtension(MainConst.MihomoPath)))
|
||||||
{
|
{
|
||||||
mihomoProcess.Kill();
|
mihomoProcess.Kill();
|
||||||
await mihomoProcess.WaitForExitAsync();
|
mihomoProcess.WaitForExit();
|
||||||
}
|
}
|
||||||
|
|
||||||
MihomoMixedPort = 7880;
|
MihomoMixedPort = 7880;
|
||||||
|
Loading…
Reference in New Issue
Block a user