added one file

This commit is contained in:
josh
2024-11-20 00:12:12 -08:00
parent eeb9ad4667
commit 90765922c8

View File

@@ -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":