Skip to content

Commit 770a987

Browse files
authored
remove folder "flags"
1 parent 9f78993 commit 770a987

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/archive-build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@ gawk -i inplace -v cuv1="framework-arduinoespressif32" -v cuv2="framework-ardui
5959
mv arduino-esp32/ framework-arduinoespressif32/
6060
cd framework-arduinoespressif32/libraries
6161
rm -rf **/examples
62+
cd ../tools/esp32-arduino-libs
6263
rm -rf **/flags
63-
cd ../../
64+
cd ../../../
6465
# If the framework is needed as tar.gz uncomment next line
6566
# tar --exclude=.* -zcf ../$pio_archive_path framework-arduinoespressif32/
6667
7z a -mx=9 -tzip -xr'!.*' ../$pio_zip_archive_path framework-arduinoespressif32/

0 commit comments

Comments
 (0)