mirror of
https://github.com/Ahrimdon/detailed-cod-tracker.git
synced 2025-02-07 01:16:53 -05:00
10 lines
219 B
Batchfile
10 lines
219 B
Batchfile
@echo off
|
|
|
|
cd /d %~dp0 :: Change directory to the location of this batch file
|
|
call ../venv/Scripts/activate :: Activate the virtual environment
|
|
python -m build
|
|
|
|
mv dist/cod_api-2.0.2-py3-none-any.whl ../deps/.
|
|
|
|
pause
|