mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 02:10:21 +08:00
perf: VC++执行安装脚本暴露错误
This commit is contained in:
@@ -208,15 +208,7 @@ namespace MaaWpfGui.Main
|
||||
WindowStyle = ProcessWindowStyle.Normal, // 显示窗口让用户看到进度
|
||||
};
|
||||
|
||||
try
|
||||
{
|
||||
// 启动进程
|
||||
Process process = Process.Start(startInfo);
|
||||
}
|
||||
catch
|
||||
{
|
||||
// ignored
|
||||
}
|
||||
Process.Start(startInfo);
|
||||
}
|
||||
|
||||
Shutdown();
|
||||
|
||||
Reference in New Issue
Block a user