mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 19:56:31 +00:00
fix throttle ext
fix configs fix build scripts
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
pyinstaller --onefile --collect-all boto3 cdn_manager.py
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user