From 20c2e5a14dd01cc162a213c05450f965d266ea80 Mon Sep 17 00:00:00 2001 From: Seth Riley <17361645+Qudix@users.noreply.github.com> Date: Mon, 2 Nov 2020 13:46:02 -0600 Subject: [PATCH] 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 fce52e2..5182a6f 100644 --- a/src/runner/pythonrunner.cpp +++ b/src/runner/pythonrunner.cpp @@ -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() };