From c042296f8040725183cd612b2b95d58eb885a3b5 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Fri, 17 Mar 2017 09:36:28 -0500 Subject: [PATCH] CEF changes --- 3rd-party/CEF/create_common.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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