mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
parent
3bbe54bb71
commit
132d5ec8cc
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ namespace Wox.Plugin.SystemPlugins
|
||||||
Action = (c) =>
|
Action = (c) =>
|
||||||
{
|
{
|
||||||
ProcessStartInfo Info = new ProcessStartInfo();
|
ProcessStartInfo Info = new ProcessStartInfo();
|
||||||
Info.Arguments = "/C sleep 1 && \"" + Application.ExecutablePath + "\"";
|
Info.Arguments = "/C ping 127.0.0.1 -n 1 && \"" + Application.ExecutablePath + "\"";
|
||||||
Info.WindowStyle = ProcessWindowStyle.Hidden;
|
Info.WindowStyle = ProcessWindowStyle.Hidden;
|
||||||
Info.CreateNoWindow = true;
|
Info.CreateNoWindow = true;
|
||||||
Info.FileName = "cmd.exe";
|
Info.FileName = "cmd.exe";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue