diff --git a/Flow.Launcher/PublicAPIInstance.cs b/Flow.Launcher/PublicAPIInstance.cs index 1d0136c6f..360529ea9 100644 --- a/Flow.Launcher/PublicAPIInstance.cs +++ b/Flow.Launcher/PublicAPIInstance.cs @@ -106,6 +106,7 @@ namespace Flow.Launcher SettingWindow sw = SingletonWindowOpener.Open(this, _settingsVM); }); } + public void ShellRun(string cmd) { var startInfo = ShellCommand.SetProcessStartInfo("cmd.exe", arguments: $"/C {cmd}", createNoWindow: true);