mirror of https://github.com/meshcore-dev/MeshCore
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
277 B
11 lines
277 B
@echo off
|
|
setlocal
|
|
|
|
cd /d "%~dp0\.."
|
|
|
|
python -m pip install --upgrade pip
|
|
python -m pip install pyinstaller pyserial esptool
|
|
python -m PyInstaller --onefile --console --name meshcore-configurator tools\meshcore_configurator.py
|
|
|
|
echo.
|
|
echo Built: dist\meshcore-configurator.exe
|
|
|