diff --git a/Flow.Launcher.Core/Plugin/PluginsLoader.cs b/Flow.Launcher.Core/Plugin/PluginsLoader.cs index e5f44e4c4..1b78c68ae 100644 --- a/Flow.Launcher.Core/Plugin/PluginsLoader.cs +++ b/Flow.Launcher.Core/Plugin/PluginsLoader.cs @@ -154,7 +154,7 @@ namespace Flow.Launcher.Core.Plugin } else { - var installedPythonDirectory = Path.Combine(DataLocation.DataDirectory(), "Python Embeddable"); + var installedPythonDirectory = Path.Combine(DataLocation.DataDirectory(), "PythonEmbeddable"); // Python 3.8.9 is used for Windows 7 compatibility DroplexPackage.Drop(App.python_3_8_9_embeddable, installedPythonDirectory).Wait(); @@ -207,4 +207,4 @@ namespace Flow.Launcher.Core.Plugin }); } } -} \ No newline at end of file +}