1
0
This commit is contained in:
Scott E. Graves
2017-03-22 23:44:56 -05:00
parent 5b60aefc8b
commit 8c75352f5c
32 changed files with 43 additions and 5756 deletions

View File

@@ -15,7 +15,7 @@ wget --no-check-certificate https://storage.googleapis.com/chrome-infra/depot_to
unzip -o -q -d depot_tools\ depot_tools.zip || goto :ERROR
del /q depot_tools.zip || goto :ERROR
pushd depot_tools
call update_depot_tools.bat || goto :ERROR
call update_depot_tools.bat
popd
goto :END