mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
remove redundant information to merge into the process stream plugin
This commit is contained in:
parent
a27d5336df
commit
f6b17023dc
1 changed files with 1 additions and 9 deletions
|
|
@ -12,15 +12,7 @@ namespace Flow.Launcher.Core.Plugin
|
||||||
|
|
||||||
public ExecutablePluginV2(string filename)
|
public ExecutablePluginV2(string filename)
|
||||||
{
|
{
|
||||||
StartInfo = new ProcessStartInfo
|
StartInfo = new ProcessStartInfo { FileName = filename };
|
||||||
{
|
|
||||||
FileName = filename,
|
|
||||||
UseShellExecute = false,
|
|
||||||
CreateNoWindow = true,
|
|
||||||
RedirectStandardOutput = true,
|
|
||||||
RedirectStandardError = true
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue