msi version fix

This commit is contained in:
vadym 2021-09-13 13:15:54 +03:00
parent 87344df8ee
commit 2d4a11d06b

View file

@ -17,6 +17,6 @@ if [ $? != 0 ] || [ -z "$BRANCH" ]; then
BRANCH="master" BRANCH="master"
fi fi
STAG=$(echo $TAG | sed 's/v//') STAG=$(echo $TAG | sed 's/v//' | sed 's/[^0123456789.]././')
printf '%s' "$STAG" printf '%s' "$STAG"