From a62e5ec1ad26b757932d48d698e650a697df2772 Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Thu, 30 Jun 2022 12:11:00 +0200 Subject: [PATCH] Use package for cura as well Still need to fix the mappings and hidden imports Contributes to CURA-9365 --- conandata.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/conandata.yml b/conandata.yml index 8b9cdb5bca..931042b08b 100644 --- a/conandata.yml +++ b/conandata.yml @@ -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: