mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
Merge pull request #82 from ModOrganizer2/revert-73-master
Revert "Moving things around"
This commit is contained in:
@@ -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()
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user