From 02d101a30b520c8d2ab2b26b6b347b72e6339c87 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Wed, 17 Nov 2021 21:04:00 +1100 Subject: [PATCH] fix formatting --- Flow.Launcher/PublicAPIInstance.cs | 1 + 1 file changed, 1 insertion(+) 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);