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

14 lines
386 B
Batchfile

@echo off
echo Installing auto-py-to-exe...
pip install auto-py-to-exe esptool pyserial
echo.
echo Starting auto-py-to-exe GUI...
echo.
echo Configure the following settings:
echo - Script Location: gui_flasher.py
echo - Onefile: One File
echo - Console Window: Console Based (or Window Based if you prefer no console)
echo - Additional Files: Add requirements.txt
echo.
auto-py-to-exe