Skip to content

Commit 372eae0

Browse files
authored
Update archive-build.sh
1 parent 6206b29 commit 372eae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/archive-build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ rm -rf arduino-esp32/*.md
5555
cp -Rf tools/esp32-arduino-libs arduino-esp32/tools/
5656
cp ../package.json arduino-esp32/package.json
5757
cp ../core_version.h arduino-esp32/cores/esp32/core_version.h
58-
python3 ./tools/del_usb_source.py -d "$AR_OUT"
58+
python3 ../tools/del_usb_source.py -d "$AR_OUT"
5959
mv arduino-esp32/ framework-arduinoespressif32/
6060
cd framework-arduinoespressif32/libraries
6161
rm -rf **/examples

0 commit comments

Comments
 (0)