Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a2c70b4

Browse files
authoredOct 15, 2024
Update archive-build.sh
1 parent f1d9ef2 commit a2c70b4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎tools/archive-build.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,10 @@ 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-
5855
cp -Rf tools/esp32-arduino-libs arduino-esp32/tools/
5956
cp ../package.json arduino-esp32/package.json
6057
cp ../core_version.h arduino-esp32/cores/esp32/core_version.h
58+
python3 ./tools/del_usb_source.py -d "$AR_OUT"
6159
mv arduino-esp32/ framework-arduinoespressif32/
6260
cd framework-arduinoespressif32/libraries
6361
rm -rf **/examples

0 commit comments

Comments
 (0)
Please sign in to comment.