Fix cmakelists and use zip

This commit is contained in:
Silarn
2019-10-29 01:35:15 -05:00
parent b2ae43a0e5
commit b0ef81214a
2 changed files with 6 additions and 5 deletions
+1
View File
@@ -1401,6 +1401,7 @@ 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",
m_MOInfo->pluginDataPath()
};