Skip to content

Commit

Permalink
Update mkrelease
Browse files Browse the repository at this point in the history
  • Loading branch information
fossfreedom committed Oct 28, 2021
1 parent 7f27bd8 commit 07adbb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkrelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ git submodule update

VERSION="0.7.1"
NAME="budgie-indicator-applet"
git-archive-all --prefix ${NAME}-${VERSION}/ --verbose ${NAME}-${VERSION}.tar
git-archive-all.sh --prefix ${NAME}-${VERSION}/ --verbose ${NAME}-${VERSION}.tar
xz -9 "${NAME}-${VERSION}.tar"

gpg --armor --detach-sign "${NAME}-${VERSION}.tar.xz"
Expand Down

0 comments on commit 07adbb0

Please sign in to comment.