Explorar o código

Changed default branch for install.bat and install.sh to use master

seanpaultaylor %!s(int64=12) %!d(string=hai) anos
pai
achega
3d860beb6e
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      install.bat
  2. 1 1
      install.sh

+ 1 - 1
install.bat

@@ -13,7 +13,7 @@ set prefix=http://www.gameplay3d.org
 
 set branchname=%1
 if "%branchname%" == "" (
-  set branchname=next
+  set branchname=master
 )
 
 set filename=gameplay-deps-%branchname%

+ 1 - 1
install.sh

@@ -12,7 +12,7 @@ prefix=http://www.gameplay3d.org
 
 branchname=$1
 if [[ "$branchname" == "" ]]; then
-  branchname="next"
+  branchname="master"
 fi
 
 filename=gameplay-deps-$branchname