Skip to content

Commit

Permalink
Cleanup before packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
vshymanskyy committed Sep 13, 2023
1 parent 3abbeb7 commit 513a153
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pack_zips.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ mkdir -p zips
function pack {
pushd "$2"
#echo `pwd`
rm -rf .pio
zip -r "$1" "."
popd
mv "$2/$1" ./zips/
Expand Down

0 comments on commit 513a153

Please sign in to comment.