增加lscwebscan的打包

This commit is contained in:
luoliangyi 2024-10-18 15:58:45 +08:00
parent 2bc36890c7
commit 1156ab2a3b
1 changed files with 8 additions and 2 deletions

View File

@ -44,6 +44,7 @@ if [ "$oem" != "hg" ] \
&& [ "$oem" != "hw" ] \ && [ "$oem" != "hw" ] \
&& [ "$oem" != "hgweb" ] \ && [ "$oem" != "hgweb" ] \
&& [ "$oem" != "lscweb" ] \ && [ "$oem" != "lscweb" ] \
&& [ "$oem" != "lscwebscan" ] \
&& [ "$oem" != "hgso" ] \ && [ "$oem" != "hgso" ] \
&& [ "$oem" != "lscso" ] \ && [ "$oem" != "lscso" ] \
&& [ "$oem" != "hwso" ] \ && [ "$oem" != "hwso" ] \
@ -74,7 +75,7 @@ if [ "$oem" != "hg" ] \
&& [ "$oem" != "gdtweb" ]; && [ "$oem" != "gdtweb" ];
then then
echo "参数错误:$oem !!!" echo "参数错误:$oem !!!"
echo "参数:华高:hg || hgweb ||hgso 立思层:lsc || lscweb ||lscso 汉王:hw || hwweb || hwso 沧田:cts" echo "参数:华高:hg || hgweb ||hgso 立思层:lsc || lscweb || lscwebscan ||lscso 汉王:hw || hwweb || hwso 沧田:cts"
exit 1 exit 1
fi fi
@ -342,6 +343,10 @@ else
then then
dpkgpath="lanxumwebscan" dpkgpath="lanxumwebscan"
OEMHELPNAME="" OEMHELPNAME=""
elif [ "$oem" == "lscwebscan" ];
then
dpkgpath="lanxumwebapi"
OEMHELPNAME=""
elif [ "$oem" == "hwweb" ]; elif [ "$oem" == "hwweb" ];
then then
dpkgpath="hanvonwebscan" dpkgpath="hanvonwebscan"
@ -441,6 +446,7 @@ fi
if [ "$oem" == "lsc" ] \ if [ "$oem" == "lsc" ] \
|| [ "$oem" == "lscweb" ] \ || [ "$oem" == "lscweb" ] \
|| [ "$oem" == "lscwebscan" ] \
|| [ "$oem" == "lscso" ] \ || [ "$oem" == "lscso" ] \
|| [ "$oem" == "lscsm" ]; || [ "$oem" == "lscsm" ];
then then
@ -604,7 +610,7 @@ then
fi fi
fi fi
if [ "$oem" == "lscweb" ] || [ "$oem" == "hwweb" ] || [ "$oem" == "hgweb" ] || [ "$oem" == "ctsweb" ] || [ "$oem" == "zjweb" ] || [ "$oem" == "dlweb" ] || [ "$oem" == "msdweb" ] || [ "$oem" == "msdweb" ]; if [ "$oem" == "lscweb" ] || [ "$oem" == "lscwebscan" ] || [ "$oem" == "hwweb" ] || [ "$oem" == "hgweb" ] || [ "$oem" == "ctsweb" ] || [ "$oem" == "zjweb" ] || [ "$oem" == "dlweb" ] || [ "$oem" == "msdweb" ] || [ "$oem" == "msdweb" ];
then then
cp -rf release/$syspath/$cpu/* dpkg/$dpkgtype/$oem/opt/$dpkgpath/bin cp -rf release/$syspath/$cpu/* dpkg/$dpkgtype/$oem/opt/$dpkgpath/bin
elif [ "$oem" == "hgso" ] || [ "$oem" == "hwso" ] || [ "$oem" == "lscso" ] || [ "$oem" == "ctsso" ] || [ "$oem" == "zjso" ] || [ "$oem" == "dlso" ] || [ "$oem" == "msdso" ] || [ "$oem" == "gdtso" ]; elif [ "$oem" == "hgso" ] || [ "$oem" == "hwso" ] || [ "$oem" == "lscso" ] || [ "$oem" == "ctsso" ] || [ "$oem" == "zjso" ] || [ "$oem" == "dlso" ] || [ "$oem" == "msdso" ] || [ "$oem" == "gdtso" ];