mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
Fix logo aliasing
CURA-6044
This commit is contained in:
parent
36efa171c6
commit
9ffc039254
2 changed files with 3 additions and 2 deletions
|
@ -47,7 +47,7 @@ def getMetaData() -> Dict[str, Any]:
|
|||
},
|
||||
"user": {
|
||||
"get_version": upgrade.getCfgVersion,
|
||||
"location": {"./user"}
|
||||
"location": {"./user", "./materials/*"}
|
||||
},
|
||||
"variant": {
|
||||
"get_version": upgrade.getCfgVersion,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue