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

7 lines
171 B
Batchfile

@echo off
echo Building ESP32 Flasher Executable...
cd /d "%~dp0"
python build_executable.py
echo.
echo Build complete! Check the 'dist' folder for ESP32_Flasher.exe
pause