mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
Fix merge
This commit is contained in:
@@ -1232,7 +1232,7 @@ void PythonRunner::initPath()
|
||||
static QStringList paths = {
|
||||
QCoreApplication::applicationDirPath() + "/dlls/pythoncore.zip",
|
||||
QCoreApplication::applicationDirPath() + "/dlls/pythoncore",
|
||||
m_MOInfo->pluginDataPath()
|
||||
IOrganizer::getPluginDataPath()
|
||||
};
|
||||
|
||||
Py_SetPath(paths.join(';').toStdWString().c_str());
|
||||
|
||||
Reference in New Issue
Block a user