From 0ee32ed95c42a63734b4b25792262004f0bb37a1 Mon Sep 17 00:00:00 2001 From: TobiLG Date: Sat, 28 Apr 2018 10:37:10 +0200 Subject: [PATCH] Add --abbrev=0 to fix versioning issue on MacOS builds --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index c8a1b15a..ae7a463a 100755 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -VERSION=$(git describe --tags | sed 's/-/\n/g' | head -n 1) +VERSION=$(git describe --tags --abbrev=0) PROTECTED_MODE="no" # Hardcode some values to the core package