Skip to content

Commit

Permalink
Add ZIP source archive.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Jan 17, 2023
1 parent 83ca1a1 commit 14e16f6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion makesrcdist
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@ git tag -m "Tag $version" v$version
git push origin v$version

echo Creating rasterview-$version.tar.gz...
git archive --format tar HEAD | gzip -v9 >~/Desktop/rasterview-$version.tar.gz
git archive --format tar HEAD --prefix=rasterview-$version/ | gzip -v9 >~/Desktop/rasterview-$version.tar.gz
gpg --detach-sign ~/Desktop/rasterview-$version.tar.gz

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

0 comments on commit 14e16f6

Please sign in to comment.