Merge pull request #82 from ModOrganizer2/revert-73-master

Revert "Moving things around"
This commit is contained in:
isanae
2020-11-27 07:47:30 -05:00
committed by GitHub
+2 -2
View File
@@ -1293,8 +1293,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()
};