add build cdn_manager in publish.cmd

This commit is contained in:
Alex Bezdieniezhnykh
2025-04-28 14:49:04 +03:00
parent 0274dd65a4
commit 046cc0eac6
2 changed files with 11 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
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