[object Object]

← back to Exo

added one file

90765922c862252f9fdbe46b809d66f5e8be00f4 · 2024-11-20 00:12:12 -0800 · josh

Files touched

Diff

commit 90765922c862252f9fdbe46b809d66f5e8be00f4
Author: josh <eyasufikru567@gmail.com>
Date:   Wed Nov 20 00:12:12 2024 -0800

    added one file
---
 scripts/build_exo.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/scripts/build_exo.py b/scripts/build_exo.py
index 940ef5e3..535267fc 100644
--- a/scripts/build_exo.py
+++ b/scripts/build_exo.py
@@ -15,7 +15,8 @@ def run():
         "--follow-imports",
         "--standalone",
         "--output-filename=exo",
-        "--python-flag=no_site"
+        "--python-flag=no_site",
+        "--onefile"
     ]
 
     if sys.platform == "darwin": 

← fece3f0c gitignore tinychat pngs  ·  back to Exo  ·  Image streaming while generation 4874295b →