Skip to content

Commit

Permalink
Use git describe --always
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbra committed Sep 6, 2023
1 parent 2269699 commit 6e09c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ else
fi

GIT_REV="$(git rev-parse --short HEAD)"
VERSION="$(git describe --tags --abbrev=0)"
VERSION="$(git describe --tags --abbrev=0 --always)"
SOURCE_DIR="$(git rev-parse --show-toplevel)"
ARCH=$(arch)
LOWERAPP=${APP,,}
Expand Down

0 comments on commit 6e09c42

Please sign in to comment.