We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6206b29 commit 372eae0Copy full SHA for 372eae0
tools/archive-build.sh
@@ -55,7 +55,7 @@ rm -rf arduino-esp32/*.md
55
cp -Rf tools/esp32-arduino-libs arduino-esp32/tools/
56
cp ../package.json arduino-esp32/package.json
57
cp ../core_version.h arduino-esp32/cores/esp32/core_version.h
58
-python3 ./tools/del_usb_source.py -d "$AR_OUT"
+python3 ../tools/del_usb_source.py -d "$AR_OUT"
59
mv arduino-esp32/ framework-arduinoespressif32/
60
cd framework-arduinoespressif32/libraries
61
rm -rf **/examples
0 commit comments