Files
soundshot/flash_tool/build_from_spec.bat
Brent Perteet 04d2c71d01 adding flasher
2025-10-12 13:40:43 -05:00

11 lines
240 B
Batchfile

@echo off
echo Installing dependencies...
pip install pyinstaller esptool pyserial
echo.
echo Building executable from spec file...
pyinstaller ESP32_Flasher.spec
echo.
echo Build complete! Find ESP32_Flasher.exe in the dist folder.
pause