Skip to content

Commit 578b6dc

Browse files
committed
Support v prefix in setup.sh
1 parent cff14cd commit 578b6dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
CONFIG_FILE="Config.xcconfig"
44
PLIST_FILE="mpvx/GoogleService-Info.plist"
55

6-
VERSION=$(git describe --abbrev=0 --tags --match "[0-9]*")
6+
VERSION=$(git describe --abbrev=0 --tags --match "v[0-9]*" --match "[0-9]*")
77
BUILD=$(date -u +%Y%m%d%H%M%S)
88

99
echo "Generating ${CONFIG_FILE}..."

0 commit comments

Comments
 (0)