blob: db1a3ad175ae373e7e13b4c7eddbcb04f7945cf0 (
plain)
1
2
3
4
5
6
7
|
@rem Invoke the script which preps then runs the installer.
@rem This batch file is customized per grid.
set LONGPAGEURL=http://secondlife.com/app/login/beta/
set ARGS=/DGANGA
"secondlife setup build.bat" %LONGPAGEURL% %ARGS%
|