add cdn_manager.py and build script

This commit is contained in:
Alex Bezdieniezhnykh
2025-03-04 13:46:49 +02:00
parent aa3b66071f
commit ee94d2f5db
3 changed files with 88 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
pyinstaller --onefile --collect-all boto3 cdn_manager.py
move dist\cdn_manager.exe .\cdn_manager.exe
rmdir /s /q dist
rmdir /s /q build