mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 22:26:31 +00:00
6 lines
137 B
Batchfile
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
|
|
|