Explorar o código

Merge pull request #1083 from seanpaultaylor/master

Default install scripts to use external-deps-master.zip
Sean Paul Taylor %!s(int64=12) %!d(string=hai) anos
pai
achega
72cd6ab805
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
 set branchname=%1
 if "%branchname%" == "" (
 if "%branchname%" == "" (
-  set branchname=next
+  set branchname=master
 )
 )
 
 
 set filename=gameplay-deps-%branchname%
 set filename=gameplay-deps-%branchname%

+ 1 - 1
install.sh

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