mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Ensure the path is updated in settings in case user has moved Flow to a different location
This commit is contained in:
parent
9b0a50376c
commit
d62fd05599
1 changed files with 2 additions and 0 deletions
|
|
@ -61,6 +61,8 @@ namespace Flow.Launcher.Core.ExternalPlugins.Environments
|
|||
if (resolvedPath.StartsWith(EnvPath, StringComparison.OrdinalIgnoreCase))
|
||||
EnsureLatestInstalled(ExecutablePath, resolvedPath, EnvPath);
|
||||
|
||||
// Ensure the path is updated in settings in case user has moved Flow to a different location
|
||||
resolvedPath = ResolvedPluginsSettingsFilePath;
|
||||
return SetPathForPluginPairs(resolvedPath, Language);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue