mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-07 08:07:20 +02:00
mkrelease.sh: get version via git
Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
This commit is contained in:
parent
937bcf3c73
commit
082b1c6619
@ -7,10 +7,9 @@ set -e
|
|||||||
meson subprojects download
|
meson subprojects download
|
||||||
meson subprojects update
|
meson subprojects update
|
||||||
|
|
||||||
# Bump in tandem with meson.build, run script once new tag is up.
|
|
||||||
VERSION="1.6-dev"
|
|
||||||
|
|
||||||
NAME="gamemode"
|
NAME="gamemode"
|
||||||
|
VERSION=$(git describe --tags --dirty)
|
||||||
|
|
||||||
./scripts/git-archive-all.sh --format tar --prefix ${NAME}-${VERSION}/ --verbose -t HEAD ${NAME}-${VERSION}.tar
|
./scripts/git-archive-all.sh --format tar --prefix ${NAME}-${VERSION}/ --verbose -t HEAD ${NAME}-${VERSION}.tar
|
||||||
xz -9 "${NAME}-${VERSION}.tar"
|
xz -9 "${NAME}-${VERSION}.tar"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user