mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix build issue
This commit is contained in:
parent
35faa46715
commit
236ba67d08
1 changed files with 1 additions and 1 deletions
|
|
@ -338,7 +338,7 @@ namespace Flow.Launcher.Plugin.Shell
|
|||
return null;
|
||||
}
|
||||
|
||||
private static void Execute(Func<ProcessStartInfo, Process> startProcess, ProcessStartInfo info)
|
||||
private void Execute(Func<ProcessStartInfo, Process> startProcess, ProcessStartInfo info)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue