Browse Source

wms8 build.sh

lizw 3 years ago
parent
commit
26ee608ace
1 changed files with 5 additions and 5 deletions
  1. 5 5
      wms8/build.sh

+ 5 - 5
wms8/build.sh

@@ -27,11 +27,11 @@ positionArr=(
 )
 # 是否需要构建,-1:自动;0:不需要;1:需要
 needBuild=(
-"-1"
-"-1"
-"-1"
-"-1"
-"-1"
+"1"
+"1"
+"1"
+"1"
+"1"
 )
 
 echoPrefix="\033[36m+"