Skip to content

Commit

Permalink
Tag official 10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshStrobl committed Mar 17, 2019
1 parent 326046a commit 38b69f0
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="10.5"
NAME="budgie-desktop"
git-archive-all.sh --format tar --prefix ${NAME}-${VERSION}/ --verbose -t HEAD ${NAME}-${VERSION}.tar
git-archive-all --format tar --prefix ${NAME}-${VERSION}/ --verbose -t HEAD ${NAME}-${VERSION}.tar
xz -9 "${NAME}-${VERSION}.tar"

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

0 comments on commit 38b69f0

Please sign in to comment.