|
@@ -184,7 +184,8 @@ namespace GodotTools.Utils
|
|
{
|
|
{
|
|
RedirectStandardOutput = true,
|
|
RedirectStandardOutput = true,
|
|
RedirectStandardError = true,
|
|
RedirectStandardError = true,
|
|
- UseShellExecute = false
|
|
|
|
|
|
+ UseShellExecute = false,
|
|
|
|
+ CreateNoWindow = true
|
|
};
|
|
};
|
|
|
|
|
|
using (Process process = Process.Start(startInfo))
|
|
using (Process process = Process.Start(startInfo))
|