Files
DownloadDoggo/build.bat
2025-08-03 20:14:04 +02:00

12 lines
216 B
Batchfile

@echo off
echo Installing build dependencies...
pip install pyinstaller
echo Starting build process...
python build.py
echo.
echo If the build was successful, you can find the EXE in the 'dist' folder.
echo.
pause