Files
annotations/build/build_downloader.cmd
T
2025-03-04 13:46:49 +02:00

6 lines
137 B
Batchfile

pyinstaller --onefile --collect-all boto3 cdn_manager.py
move dist\cdn_manager.exe .\cdn_manager.exe
rmdir /s /q dist
rmdir /s /q build