We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5720df commit e16f0e4Copy full SHA for e16f0e4
Plugins/Flow.Launcher.Plugin.Everything
@@ -0,0 +1 @@
1
+Subproject commit 6d5b687e240a6abdc5623d8a8e09501f3994b0d3
Plugins/Flow.Launcher.Plugin.Program/Programs/UWP.cs
@@ -326,7 +326,7 @@ public List<Result> ContextMenus(IPublicAPI api)
326
{
327
Main.StartProcess(Process.Start, new ProcessStartInfo(
328
!string.IsNullOrEmpty(Main._settings.CustomizedExplorer) ? Main._settings.CustomizedExplorer:Settings.Explorer,
329
- $"{Main._settings.CustomizedArgs} \"{Package.Location}\"".Trim()));
+ Main._settings.CustomizedArgs.Replace("%s",$"\"{Package.Location}\"").Trim()));
330
331
return true;
332
},
0 commit comments