Skip to content

Commit e6db8b8

Browse files
authored
remove spaces in Python Embeddable folder name
1 parent fd96d92 commit e6db8b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher.Core/Plugin/PluginsLoader.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public static IEnumerable<PluginPair> PythonPlugins(List<PluginMetadata> source,
154154
}
155155
else
156156
{
157-
var installedPythonDirectory = Path.Combine(DataLocation.DataDirectory(), "Python Embeddable");
157+
var installedPythonDirectory = Path.Combine(DataLocation.DataDirectory(), "PythonEmbeddable");
158158

159159
// Python 3.8.9 is used for Windows 7 compatibility
160160
DroplexPackage.Drop(App.python_3_8_9_embeddable, installedPythonDirectory).Wait();
@@ -207,4 +207,4 @@ public static IEnumerable<PluginPair> ExecutablePlugins(IEnumerable<PluginMetada
207207
});
208208
}
209209
}
210-
}
210+
}

0 commit comments

Comments
 (0)