Files
Tidal-Media-Downloader/build.cmd
T
Mijael Viricochea Parra 7e5b6d22c4 Build file added for Windows
2022-09-09 21:31:01 -04:00

15 lines
340 B
Batchfile

rmdir /s /q dist
rmdir /s /q build
rmdir /s /q __init__.spec
cd TIDALDL-PY
rmdir /s /q __init__.spec
rmdir /s /q dist
rmdir /s /q build
rmdir /s /q exe
rmdir /s /q MANIFEST.in
rmdir /s /q *.egg-info
python setup.py sdist bdist_wheel
python -m PyInstaller -F tidal_dl/__init__.py -n "tidal-dl" --distpath "exe"
pip uninstall -y tidal-dl