mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Use package for cura as well
Still need to fix the mappings and hidden imports Contributes to CURA-9365
This commit is contained in:
parent
d07c9d64cc
commit
a62e5ec1ad
1 changed files with 8 additions and 8 deletions
|
|
@ -13,11 +13,11 @@
|
|||
pyinstaller:
|
||||
datas:
|
||||
cura_plugins:
|
||||
root: "."
|
||||
package: "cura"
|
||||
src: "plugins"
|
||||
dst: "share/cura/plugins"
|
||||
cura_resources:
|
||||
root: "."
|
||||
package: "cura"
|
||||
src: "resources"
|
||||
dst: "share/cura/resources"
|
||||
uranium_plugins:
|
||||
|
|
@ -92,11 +92,11 @@
|
|||
pyinstaller:
|
||||
datas:
|
||||
cura_plugins:
|
||||
root: "."
|
||||
package: "cura"
|
||||
src: "plugins"
|
||||
dst: "share/cura/plugins"
|
||||
cura_resources:
|
||||
root: "."
|
||||
package: "cura"
|
||||
src: "resources"
|
||||
dst: "share/cura/resources"
|
||||
uranium_plugins:
|
||||
|
|
@ -170,11 +170,11 @@
|
|||
pyinstaller:
|
||||
datas:
|
||||
cura_plugins:
|
||||
root: "."
|
||||
package: "cura"
|
||||
src: "plugins"
|
||||
dst: "share/cura/plugins"
|
||||
cura_resources:
|
||||
root: "."
|
||||
package: "cura"
|
||||
src: "resources"
|
||||
dst: "share/cura/resources"
|
||||
uranium_plugins:
|
||||
|
|
@ -249,11 +249,11 @@
|
|||
pyinstaller:
|
||||
datas:
|
||||
cura_plugins:
|
||||
root: "."
|
||||
package: "cura"
|
||||
src: "plugins"
|
||||
dst: "share/cura/plugins"
|
||||
cura_resources:
|
||||
root: "."
|
||||
package: "cura"
|
||||
src: "resources"
|
||||
dst: "share/cura/resources"
|
||||
uranium_plugins:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue