mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 02:29:02 +08:00
Look for the proper location for the engine when running in py2exe.
This commit is contained in:
parent
66a06bb755
commit
14943354fa
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…
x
Reference in New Issue
Block a user