From f6cf0e8b33aa1bfc987ee85de29d0c800789bf47 Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Fri, 27 Nov 2020 07:36:39 -0500 Subject: [PATCH] Revert "Moving things around" --- src/runner/pythonrunner.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/runner/pythonrunner.cpp b/src/runner/pythonrunner.cpp index d482124..2341226 100644 --- a/src/runner/pythonrunner.cpp +++ b/src/runner/pythonrunner.cpp @@ -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() };