From 2e2e395d1671d8fdaeeec734e6184e8232234a81 Mon Sep 17 00:00:00 2001 From: yangjiaxuan <171295266@qq.com> Date: Fri, 12 Apr 2024 15:29:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=9B=BD=E4=BA=A7=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E6=89=93=E5=8C=85=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 22 +++++++++++++++++----- dpkg.sh | 11 +++++++++-- 2 files changed, 26 insertions(+), 7 deletions(-) diff --git a/build.sh b/build.sh index ce711a5..6957138 100755 --- a/build.sh +++ b/build.sh @@ -47,17 +47,23 @@ if [ "$oem" != "hg" ] \ && [ "$oem" != "hgso" ] \ && [ "$oem" != "lscso" ] \ && [ "$oem" != "hwso" ] \ +&& [ "$oem" != "hwweb" ] \ && [ "$oem" != "lscsm" ]\ && [ "$oem" != "ctsso" ]\ +&& [ "$oem" != "ctsweb" ]\ && [ "$oem" != "cts" ]\ && [ "$oem" != "zg" ]\ && [ "$oem" != "zgso" ]\ && [ "$oem" != "zgweb" ]\ && [ "$oem" != "dl" ]\ +&& [ "$oem" != "dlso" ]\ +&& [ "$oem" != "dlweb" ]\ && [ "$oem" != "zj" ]\ && [ "$oem" != "zjso" ]\ && [ "$oem" != "zjweb" ]\ -&& [ "$oem" != "neu" ]; +&& [ "$oem" != "neu" ]\ +&& [ "$oem" != "neuso" ]\ +&& [ "$oem" != "neuweb" ]; then echo "参数错误:$oem !!!" echo "参数:华高:hg || hgweb ||hgso 立思层:lsc || lscweb ||lscso 汉王:hw || hwweb || hwso 沧田:cts" @@ -371,16 +377,22 @@ then ver3=18 elif [ "$oem" == "zj" ]\ || [ "$oem" == "zjweb" ]\ -|| [ "$oem" == "zjsso" ]; +|| [ "$oem" == "zjso" ]; then ver3=20 -elif [ "$oem" == "zg" ]; +elif [ "$oem" == "zg" ]\ +|| [ "$oem" == "zgweb" ]\ +|| [ "$oem" == "zgso" ]; then ver3=22 -elif [ "$oem" == "dl" ]; +elif [ "$oem" == "dl" ]\ +|| [ "$oem" == "dlweb" ]\ +|| [ "$oem" == "dlso" ]; then ver3=24 -elif [ "$oem" == "neu" ]; +elif [ "$oem" == "neu" ]\ +|| [ "$oem" == "neuweb" ]\ +|| [ "$oem" == "neuso" ]; then ver3=26 fi diff --git a/dpkg.sh b/dpkg.sh index 791f489..90ebd34 100755 --- a/dpkg.sh +++ b/dpkg.sh @@ -11,18 +11,25 @@ git checkout . ./build.sh lscweb kylin $1 ./build.sh hw kylin $1 ./build.sh hwso kylin $1 + ./build.sh hwweb kylin $1 ./build.sh cts kylin $1 ./build.sh ctsso kylin $1 + ./build.sh ctsweb kylin $1 ./build.sh zj kylin $1 - ./build.sh zg kylin $1 ./build.sh zjweb kylin $1 ./build.sh zjso kylin $1 + ./build.sh zg kylin $1 + ./build.sh zgso kylin $1 + ./build.sh zgweb kylin $1 ./build.sh dl kylin $1 + ./build.sh dlso kylin $1 + ./build.sh dlweb kylin $1 ./build.sh neu kylin $1 + ./build.sh neuso kylin $1 + ./build.sh neuweb kylin $1 ./build.sh hg uos $1 ./build.sh lsc uos $1 - ./build.sh hw uos $1 ./build.sh cts uos $1 ./build.sh zj uos $1