Revert "Moving things around"

This commit is contained in:
isanae
2020-11-27 07:36:39 -05:00
committed by GitHub
parent aa8caee65c
commit f6cf0e8b33
+2 -2
View File
@@ -1299,8 +1299,8 @@ bool handled_exec_file(bpy::str filename, bpy::object globals = bpy::object(), b
void PythonRunner::initPath()
{
static QStringList paths = {
QCoreApplication::applicationDirPath() + "/dlls/pythoncore.zip",
QCoreApplication::applicationDirPath() + "/dlls/pythoncore",
QCoreApplication::applicationDirPath() + "/pythoncore.zip",
QCoreApplication::applicationDirPath() + "/pythoncore",
IOrganizer::getPluginDataPath()
};