lizw il y a 3 ans
Parent
commit
8b8cdff605
1 fichiers modifiés avec 6 ajouts et 6 suppressions
  1. 6 6
      build.sh

+ 6 - 6
build.sh

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