调整版本号

This commit is contained in:
13038267101 2022-08-09 16:50:20 +08:00
parent 5496ef2b4b
commit 6a2b1ce37d
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ mainverstr="4"
ver3=10
minver=$(cat ../sdk/include/huagao/brand.h |grep VERSION_SUB)
minver=${minver:20}
minver=${minver: -2}
echo $minver
if [ "$oem" != "hg" ] && [ "$oem" != "lsc" ] && [ "$oem" != "hw" ] && [ "$oem" != ""hgweb ] && [ "$oem" != ""lscweb ] && [ "$oem" != ""hwweb ];