mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-06 23:57:22 +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 update
|
||||
|
||||
# Bump in tandem with meson.build, run script once new tag is up.
|
||||
VERSION="1.6-dev"
|
||||
|
||||
NAME="gamemode"
|
||||
VERSION=$(git describe --tags --dirty)
|
||||
|
||||
./scripts/git-archive-all.sh --format tar --prefix ${NAME}-${VERSION}/ --verbose -t HEAD ${NAME}-${VERSION}.tar
|
||||
xz -9 "${NAME}-${VERSION}.tar"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user