7 lines
171 B
Batchfile
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 |