Fix: build script

pull/31/head v0.3.0-alpha-1
zijiren233 2 years ago
parent 53a5b03e67
commit 7b440df074

@ -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

Loading…
Cancel
Save