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:
Diffstat (limited to 'conanfile.py')
-rw-r--r--conanfile.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/conanfile.py b/conanfile.py
index 80df016d6f..60d6c63823 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -188,7 +188,8 @@ class CuraConan(ConanFile):
hiddenimports = pyinstaller_metadata["hiddenimports"],
collect_all = pyinstaller_metadata["collect_all"],
icon = icon_path,
- entitlements_file = entitlements_file
+ entitlements_file = entitlements_file,
+ upx = str(self.settings.os == "Windows")
))
def source(self):