Browse Source

added one file

josh 6 months ago
parent
commit
90765922c8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      scripts/build_exo.py

+ 2 - 1
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":