From 7b440df074ece58670d2d3fe89252fbb2c797bd0 Mon Sep 17 00:00:00 2001 From: zijiren233 Date: Fri, 17 Nov 2023 00:03:07 +0800 Subject: [PATCH] Fix: build script --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 689405c..1efeccd 100755 --- a/build.sh +++ b/build.sh @@ -115,7 +115,7 @@ function CheckVersionFormat() { function FixArgs() { CheckAllPlatform CheckVersionFormat "$VERSION" - if [ ! "$SKIP_INIT_WEB" && ! "$WEB_VERSION" ]; then + if [ ! "$SKIP_INIT_WEB" ] && [ ! "$WEB_VERSION" ]; then if [ "$VERSION" != "" ]; then WEB_VERSION="$VERSION" else