Look for the proper location for the engine when running in py2exe.

This commit is contained in:
daid 2015-04-09 11:02:22 +02:00
parent 66a06bb755
commit 14943354fa

View file

@ -55,3 +55,4 @@ for site_package in site.getsitepackages():
shutil.copytree(os.path.join(qt_origin_path, 'qml/QtQuick.2'), 'dist/qml/QtQuick.2')
print('Coping PyQt5 svg library from: %s' % qt_origin_path)
shutil.copy(os.path.join(qt_origin_path, 'Qt5Svg.dll'), 'dist/Qt5Svg.dll')
os.rename('dist/printer.exe', 'dist/Cura.exe')