josh 5 месяцев назад
Родитель
Сommit
90765922c8
1 измененных файлов с 2 добавлено и 1 удалено
  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":