Files
annotations/build/build_cdn_manager.cmd
T
2025-04-28 14:49:04 +03:00

8 lines
215 B
Batchfile

python -m venv venv
venv\Scripts\pip install -r requirements.txt
venv\Scripts\pyinstaller --onefile --collect-all boto3 cdn_manager.py
move dist\cdn_manager.exe .\cdn_manager.exe
rmdir /s /q dist
rmdir /s /q build