不做删除

This commit is contained in:
modehua 2023-03-21 18:11:24 +08:00
parent 982aa39898
commit 245d7357b1
1 changed files with 3 additions and 3 deletions

View File

@ -78,7 +78,7 @@ function appbuild()
echo "-----------------------------start-----------------------------"
#GIT CODE
rm ../release/$syspath/$cpu/* -R
#rm ../release/$syspath/$cpu/* -R
git -C ../release clean -df
git -C ../release checkout .
@ -315,10 +315,10 @@ then
fi
ver3=$[$ver3 * 100]
if [ "$syspath" == "uos" ];
if [ "$dpkgtype" == "uos" ];
then
ver3=$[$ver3 + 20]
elif [ "$syspath" == "kylin" ];
elif [ "$dpkgtype" == "kylin" ];
then
ver3=$[$ver3 + 21]
else