mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Fix broken backend plugin on Windows
This commit is contained in:
parent
7ec413f24c
commit
6ab3939f75
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class CuraEngineBackend(Backend):
|
|||
# Find out where the engine is located, and how it is called.
|
||||
# This depends on how Cura is packaged and which OS we are running on.
|
||||
executable_name = "CuraEngine"
|
||||
default_engine_location = None
|
||||
default_engine_location = ""
|
||||
if os.path.exists(os.path.join(Application.getInstallPrefix(), "bin", executable_name)):
|
||||
default_engine_location = os.path.join(Application.getInstallPrefix(), "bin", executable_name)
|
||||
if hasattr(sys, "frozen"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue