Moving things around

This commit is contained in:
Seth Riley
2020-11-02 13:46:02 -06:00
parent 83dec58e4a
commit 20c2e5a14d
+2 -2
View File
@@ -1219,8 +1219,8 @@ bool handled_exec_file(bpy::str filename, bpy::object globals = bpy::object(), b
void PythonRunner::initPath()
{
static QStringList paths = {
QCoreApplication::applicationDirPath() + "/pythoncore.zip",
QCoreApplication::applicationDirPath() + "/pythoncore",
QCoreApplication::applicationDirPath() + "/dlls/pythoncore.zip",
QCoreApplication::applicationDirPath() + "/dlls/pythoncore",
m_MOInfo->pluginDataPath()
};