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 29fe6c8

Browse files
authoredJun 18, 2024
copy dir recursive for "BT"
1 parent 71754cf commit 29fe6c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tools/archive-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cp -f ../components/arduino/CMa* arduino-esp32
2121
cp -f ../components/arduino/idf* arduino-esp32
2222
cp -f ../components/arduino/Kco* arduino-esp32
2323
cp -f ../components/arduino/pac* arduino-esp32
24-
cp -f $IDF_PATH/components/bt arduino-esp32/libraries
24+
cp -rf $IDF_PATH/components/bt arduino-esp32/libraries
2525
rm -rf arduino-esp32/docs
2626
rm -rf arduino-esp32/tests
2727
rm -rf arduino-esp32/idf_component_examples

0 commit comments

Comments
 (0)
Please sign in to comment.