Skip to content

Commit

Permalink
Tag v19: Initial new branding for Solus 4.0 MATE.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshStrobl committed Mar 16, 2019
1 parent 0d3ec19 commit 67d823c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'mate-desktop-branding',
['c'],
version: '18',
version: '19',
license: [
'GPL-2.0-only',
],
Expand Down
5 changes: 2 additions & 3 deletions mkrelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ set -e
git submodule init
git submodule update

# Script for ikey because he went with meson. *shrug*
VERSION="18"
VERSION="19"
NAME="mate-desktop-branding"
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 67d823c

Please sign in to comment.