Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj.spijker@ultimaker.com <jelle spijker>2022-07-01 06:12:57 +0300
committerJelle Spijker <j.spijker@ultimaker.com>2022-07-01 06:25:25 +0300
commitcc8f0d30014be9650e79675e2f92dd286dbe19e4 (patch)
tree6e056e18f62e4350e5c61a3d078897536b1462d0 /Ultimaker-Cura.spec.jinja
parente570e3bec64770c2fb30b6a87bfa92388e04d39c (diff)
Add conan binaries to binaries
Contributes to CURA-9365
Diffstat (limited to 'Ultimaker-Cura.spec.jinja')
-rw-r--r--Ultimaker-Cura.spec.jinja3
1 files changed, 0 insertions, 3 deletions
diff --git a/Ultimaker-Cura.spec.jinja b/Ultimaker-Cura.spec.jinja
index 7afaa11402..c3295eccd4 100644
--- a/Ultimaker-Cura.spec.jinja
+++ b/Ultimaker-Cura.spec.jinja
@@ -12,9 +12,6 @@ datas += tmp_ret[0]; binaries += tmp_ret[1]; hiddenimports += tmp_ret[2]
block_cipher = None
-{% for conan_binary in conan_binaries %}binaries += {{ conan_binary }}
-{% endfor %}
-
a = Analysis(
[r'{{ entrypoint }}'],
pathex=[],