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 0d7dbe2 commit e1c63afCopy full SHA for e1c63af
Flow.Launcher/Helper/AutoStartup.cs
@@ -47,7 +47,7 @@ internal static void Enable()
47
try
48
{
49
using var key = Registry.CurrentUser.OpenSubKey(StartupPath, true);
50
- key?.SetValue(Constant.FlowLauncher, Constant.ExecutablePath);
+ key?.SetValue(Constant.FlowLauncher, $"\"{Constant.ExecutablePath}\"");
51
}
52
catch (Exception e)
53
0 commit comments