File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ idf_version_string=${IDF_BRANCH//\//_}"-$IDF_COMMIT"
7
7
archive_path=" dist/arduino-esp32-libs-$idf_version_string .tar.gz"
8
8
build_archive_path=" dist/arduino-esp32-build-$idf_version_string .tar.gz"
9
9
pio_archive_path=" dist/framework-arduinoespressif32-$idf_version_string .tar.gz"
10
+ pio_zip_archive_path=" dist/framework-arduinoespressif32-$idf_version_string .zip"
10
11
11
12
mkdir -p dist && rm -rf " $archive_path " " $build_archive_path "
12
13
@@ -31,3 +32,4 @@ cp ../package.json arduino-esp32/package.json
31
32
cp ../core_version.h arduino-esp32/cores/esp32/core_version.h
32
33
mv arduino-esp32/ framework-arduinoespressif32/
33
34
tar --exclude=.* -zcf ../$pio_archive_path framework-arduinoespressif32/
35
+ 7z a -mx=9 -tzip -xr' !.*' ../$pio_zip_archive_path framework-arduinoespressif32/
You can’t perform that action at this time.
0 commit comments