Skip to content

Commit 2a68e31

Browse files
authored
remove folder "flags"
1 parent fe4438f commit 2a68e31

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/archive-build.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ cp ../core_version.h arduino-esp32/cores/esp32/core_version.h
5656
mv arduino-esp32/ framework-arduinoespressif32/
5757
cd framework-arduinoespressif32/libraries
5858
rm -rf **/examples
59-
cd ../../
59+
cd ../tools/esp32-arduino-libs
60+
rm -rf **/flags
61+
cd ../../../
6062
# If the framework is needed as tar.gz uncomment next line
6163
# tar --exclude=.* -zcf ../$pio_archive_path framework-arduinoespressif32/
6264
7z a -mx=9 -tzip -xr'!.*' ../$pio_zip_archive_path framework-arduinoespressif32/

0 commit comments

Comments
 (0)