diff --git a/release.py b/release.py index b9e84df..53b2b9e 100644 --- a/release.py +++ b/release.py @@ -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}")