autodownload nuitka dependencies for compile (#134)

This commit is contained in:
mgleed
2021-11-28 08:23:56 +01:00
committed by GitHub
parent 654f6ed91e
commit 28a455d964
+1 -1
View File
@@ -48,7 +48,7 @@ if os.path.exists(botty_dir):
shutil.rmtree(path)
shutil.rmtree(botty_dir)
installer_cmd = f"python -m nuitka --mingw64 --standalone --onefile --plugin-enable=numpy src/run.py"
installer_cmd = f"python -m nuitka --mingw64 --standalone --onefile --assume-yes-for-downloads --plugin-enable=numpy src/run.py"
os.system(installer_cmd)
os.system(f"mkdir {botty_dir}")