mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Fixed copying for Linux
CURA-3529
This commit is contained in:
parent
20f28b3fa2
commit
f56dc3d09e
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ class CuraApplication(QtApplication):
|
|||
def __init__(self):
|
||||
# this list of dir names will be used by UM to detect an old cura directory
|
||||
for dir_name in ["extruders", "machine_instances", "materials", "plugins", "quality", "user", "variants"]:
|
||||
Resources.addExpectedDirNameInConfig(dir_name)
|
||||
Resources.addExpectedDirNameInData(dir_name)
|
||||
|
||||
Resources.addSearchPath(os.path.join(QtApplication.getInstallPrefix(), "share", "cura", "resources"))
|
||||
if not hasattr(sys, "frozen"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue