Skip to content

Commit 513a153

Browse files
committed
Cleanup before packaging
1 parent 3abbeb7 commit 513a153

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pack_zips.sh

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ mkdir -p zips
44
function pack {
55
pushd "$2"
66
#echo `pwd`
7+
rm -rf .pio
78
zip -r "$1" "."
89
popd
910
mv "$2/$1" ./zips/

0 commit comments

Comments
 (0)