diff --git a/src/runner/pythonrunner.cpp b/src/runner/pythonrunner.cpp index 0924e7f..e238b58 100644 --- a/src/runner/pythonrunner.cpp +++ b/src/runner/pythonrunner.cpp @@ -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() };