Skip to content

Commit 3cc0d0e

Browse files
authored
Update archive-build.sh
1 parent 6bd9604 commit 3cc0d0e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/archive-build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ rm -rf arduino-esp32/programmers.txt
5252
rm -rf arduino-esp32/boards.txt
5353
rm -rf arduino-esp32/package.json
5454
rm -rf arduino-esp32/*.md
55+
56+
python3 ./tools/del_usb_source.py -d "$AR_OUT"
57+
5558
cp -Rf tools/esp32-arduino-libs arduino-esp32/tools/
5659
cp ../package.json arduino-esp32/package.json
5760
cp ../core_version.h arduino-esp32/cores/esp32/core_version.h

0 commit comments

Comments
 (0)