Fix build issue

This commit is contained in:
Jack251970 2025-07-20 21:00:32 +08:00
parent 35faa46715
commit 236ba67d08

View file

@ -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
{