autodownload nuitka dependencies for compile (#134)
This commit is contained in:
+1
-1
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user