增加web打包

This commit is contained in:
13038267101 2022-07-04 14:07:48 +08:00
parent dd9366d1af
commit 460fb4a6be
1 changed files with 2 additions and 2 deletions

View File

@ -23,10 +23,10 @@ echo ${system}
prefix="HG" prefix="HG"
prefix2="hg" prefix2="hg"
if [ "${1}" == "hw" ]; then if [ "${1}" == "hw" ] || [ "${1}" == "hwweb" ]; then
prefix="Hw" prefix="Hw"
prefix2="hw" prefix2="hw"
elif [ "${1}" == "lsc" ]; then elif [ "${1}" == "lsc" ] || [ "${1}" == "lscweb" ]; then
prefix="Lsc" prefix="Lsc"
prefix2="lsc" prefix2="lsc"
fi fi