This commit is contained in:
yangjiaxuan 2023-07-21 20:18:54 +08:00
parent 6f37f4c07e
commit 6bc1ab489c
1 changed files with 5 additions and 4 deletions

View File

@ -93,12 +93,12 @@ function appbuild()
git -C ../sdk checkout .
git -C ../sdk pull
#git -C ../code_device clean -df
git -C ../code_device clean -df
#git -C ../code_device checkout .
#git -C ../code_device pull
git -C ../code_device pull
git -C ../code_app clean -df
git -C ../code_app checkout .
#git -C ../code_app checkout .
git -C ../code_app pull
git -C ../code_lang checkout .
@ -480,13 +480,14 @@ else
then
mv dpkg/$dpkgtype/$oem/opt/apps/$dpkgpath/files/lib/*App dpkg/$dpkgtype/$oem/opt/apps/$dpkgpath/files/bin
fi
mv dpkg/$dpkgtype/$oem/opt/apps/$dpkgpath/files/lib/*OCR dpkg/$dpkgtype/$oem/opt/apps/$dpkgpath/files/bin
if [ "$oem" == "dl" ];
then
mv dpkg/$dpkgtype/$oem/opt/apps/$dpkgpath/files/lib/"DELI SCAN" dpkg/$dpkgtype/$oem/opt/apps/$dpkgpath/files/bin/DELISCAN
else
mv dpkg/$dpkgtype/$oem/opt/apps/$dpkgpath/lib/*Scan dpkg/$dpkgtype/$oem/opt/apps/$dpkgpath/files/bin
mv dpkg/$dpkgtype/$oem/opt/apps/$dpkgpath/files/lib/*Scan dpkg/$dpkgtype/$oem/opt/apps/$dpkgpath/files/bin/
fi