1
0

CEF changes

This commit is contained in:
Scott E. Graves
2017-03-17 09:36:28 -05:00
parent 93ed9b1cf2
commit c042296f80

View File

@@ -9,11 +9,11 @@ wget --no-check-certificate https://bitbucket.org/chromiumembedded/cef/raw/maste
move /y automate-git.py automate\
wget --no-check-certificate https://storage.googleapis.com/chrome-infra/depot_tools.zip
unzip -o -q -d depot_tools\ depot_tools.zip
del /q depot_tools.zip
pushd depot_tools
..\unzip ..\depot_tools.zip
call update_depot_tools.bat
popd
del /q depot_tools.zip
popd
pause