mirror of
https://github.com/SpaceTimee/Sheas-Cealer.git
synced 2025-07-13 04:42:09 +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)))
|
||||
{
|
||||
nginxProcess.Kill();
|
||||
await nginxProcess.WaitForExitAsync();
|
||||
nginxProcess.WaitForExit();
|
||||
}
|
||||
|
||||
NginxCleaner.Clean();
|
||||
@ -379,7 +379,7 @@ public partial class MainWin : Window
|
||||
foreach (Process mihomoProcess in Process.GetProcessesByName(Path.GetFileNameWithoutExtension(MainConst.MihomoPath)))
|
||||
{
|
||||
mihomoProcess.Kill();
|
||||
await mihomoProcess.WaitForExitAsync();
|
||||
mihomoProcess.WaitForExit();
|
||||
}
|
||||
|
||||
MihomoMixedPort = 7880;
|
||||
|
Loading…
Reference in New Issue
Block a user