|
@@ -1,22 +1,16 @@
|
|
|
@echo off
|
|
@echo off
|
|
|
REM
|
|
REM
|
|
|
-REM install.bat [master | next]
|
|
|
|
|
|
|
+REM install.bat
|
|
|
REM
|
|
REM
|
|
|
-REM Download GamePlay resources from HTTP server and extract from ZIP
|
|
|
|
|
|
|
+REM Download GamePlay external dependencies and binaries and extract from ZIP
|
|
|
REM
|
|
REM
|
|
|
REM Helps prevent repo bloat due to large binary files since they can
|
|
REM Helps prevent repo bloat due to large binary files since they can
|
|
|
REM be hosted separately.
|
|
REM be hosted separately.
|
|
|
REM
|
|
REM
|
|
|
|
|
|
|
|
-REM Production URL
|
|
|
|
|
-set prefix=http://www.gameplay3d.org
|
|
|
|
|
|
|
+set prefix=https://github.com/blackberry/GamePlay/releases/download/v1.7.0
|
|
|
|
|
|
|
|
-set branchname=%1
|
|
|
|
|
-if "%branchname%" == "" (
|
|
|
|
|
- set branchname=master
|
|
|
|
|
-)
|
|
|
|
|
-
|
|
|
|
|
-set filename=gameplay-deps-%branchname%
|
|
|
|
|
|
|
+set filename=gameplay-deps
|
|
|
|
|
|
|
|
echo Downloading %filename%.zip from %prefix%
|
|
echo Downloading %filename%.zip from %prefix%
|
|
|
%~d0
|
|
%~d0
|