mirror of
https://github.com/michaelrsweet/mxml.git
synced 2024-11-24 11:25:30 +00:00
Add ZIP archive for source code.
This commit is contained in:
parent
dd686baba6
commit
0237559fdb
@ -18,3 +18,6 @@ echo Creating mxml-$version.tar.gz...
|
|||||||
git archive --format tar --prefix=mxml-$version/ HEAD | gzip -v9 >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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user