From 460fb4a6be54073894d065e5562f77a5144bac1f Mon Sep 17 00:00:00 2001 From: 13038267101 Date: Mon, 4 Jul 2022 14:07:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0web=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 3d46cb69..c754589e 100755 --- a/build.sh +++ b/build.sh @@ -23,10 +23,10 @@ echo ${system} prefix="HG" prefix2="hg" -if [ "${1}" == "hw" ]; then +if [ "${1}" == "hw" ] || [ "${1}" == "hwweb" ]; then prefix="Hw" prefix2="hw" -elif [ "${1}" == "lsc" ]; then +elif [ "${1}" == "lsc" ] || [ "${1}" == "lscweb" ]; then prefix="Lsc" prefix2="lsc" fi