diff --git a/3rd-party/CEF/create_common.cmd b/3rd-party/CEF/create_common.cmd index 7e8f641..d80c554 100644 --- a/3rd-party/CEF/create_common.cmd +++ b/3rd-party/CEF/create_common.cmd @@ -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 \ No newline at end of file