mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
Look for the proper location for the engine when running in py2exe.
This commit is contained in:
parent
66a06bb755
commit
14943354fa
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue