Skip to content

Commit

Permalink
Add ZIP archive for source code.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Nov 6, 2021
1 parent dd686ba commit 0237559
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions makesrcdist
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ echo Creating mxml-$version.tar.gz...
git archive --format tar --prefix=mxml-$version/ HEAD | gzip -v9 >mxml-$version.tar.gz
gpg --detach-sign mxml-$version.tar.gz

echo Creating mxml-$version.zip...
git archive --format zip --prefix=mxml-$version/ HEAD >mxml-$version.zip
gpg --detach-sign mxml-$version.zip

0 comments on commit 0237559

Please sign in to comment.