There was an error while loading. Please reload this page.
1 parent b63cd4e commit 0ff6d16Copy full SHA for 0ff6d16
1 file changed
build.py
@@ -26,8 +26,8 @@ def build():
26
# "--windows-icon-from-ico=icon.ico", # Uncomment if you have an icon file
27
28
# Include necessary packages (resolve dynamic imports for rich)
29
- # "--include-package=rich",
30
- # "--include-package=rich._unicode_data",
+ "--include-package=rich",
+ "--include-package=rich._unicode_data",
31
"--include-package-data=rich",
32
33
# Include other core packages
@@ -43,7 +43,7 @@ def build():
43
# "--include-data-dir=models=models",
44
45
# Optimization options
46
- # "--assume-yes-for-downloads",
+ "--assume-yes-for-downloads",
47
# "--show-progress",
48
# "--show-memory",
49
0 commit comments