mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 10:10:45 +08:00
尝试解决CMD可能不关闭的问题
This commit is contained in:
@@ -228,6 +228,7 @@ namespace MeoAsstGui
|
||||
emuProcess.StartInfo.UseShellExecute = false;
|
||||
emuProcess.Start();
|
||||
emuProcess.StandardInput.WriteLine(EmulatorPath);
|
||||
emuProcess.Close();
|
||||
int delay = 0;
|
||||
if (!int.TryParse(EmulatorWaitSeconds, out delay))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user