mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-15 23:13:07 +01:00
build pyz for flashtool
This commit is contained in:
6
tools/buildFlashtool.sh
Executable file
6
tools/buildFlashtool.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#! /bin/sh
|
||||
pdir=`dirname $0`
|
||||
cd $pdir || exit 1
|
||||
rm -rf flashtool/.idea
|
||||
python3 -m zipapp flashtool -m flashtool:main
|
||||
|
||||
Reference in New Issue
Block a user