Skip to content

Commit

Permalink
Update minify.sh to create archive
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukewh committed Oct 29, 2021
1 parent 2d6a41e commit 434cfc1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion minify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,7 @@ done

${SVGO} $FILES -o $OUTPUT_FILES


cd build/
echo "Creating archive"
tar cvzf quickemu-icons.tar.gz *
echo "Done - quickemu-icons.tar.gz created in build/"

0 comments on commit 434cfc1

Please sign in to comment.