mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-01 04:02:02 +08: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
@ -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…
x
Reference in New Issue
Block a user