We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 038998c commit e2047b5Copy full SHA for e2047b5
download-pre.sh
@@ -65,7 +65,7 @@ if [[ "$PLAT" != 'ios' && "$PLAT" != 'macos' && "$PLAT" != 'all' ]]; then
65
fi
66
67
if test -z $VER ;then
68
- //VER=$(git describe --abbrev=0 --tag | awk -F - '{printf "%s-%s",$1,$2}')
+ #VER=$(git describe --abbrev=0 --tag | awk -F - '{printf "%s-%s",$1,$2}')
69
VER="$VERSION"
70
echo "use the default version:${VER}"
71
0 commit comments