mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add quotes surrounding auto startup entry (#2150)
* Add quotes surrounding auto startup entry * Add quotes surrounding auto startup entry
This commit is contained in:
parent
0d7dbe2bc8
commit
e1c63af061
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ namespace Flow.Launcher.Helper
|
|||
try
|
||||
{
|
||||
using var key = Registry.CurrentUser.OpenSubKey(StartupPath, true);
|
||||
key?.SetValue(Constant.FlowLauncher, Constant.ExecutablePath);
|
||||
key?.SetValue(Constant.FlowLauncher, $"\"{Constant.ExecutablePath}\"");
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue