File tree Expand file tree Collapse file tree 3 files changed +11
-12
lines changed Expand file tree Collapse file tree 3 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <PropertyGroup >
4- <CefSdkVer >cef.sdk.3.2704.1432 </CefSdkVer >
4+ <CefSdkVer >cef.sdk.3.2743.1447 </CefSdkVer >
55 </PropertyGroup >
66</Project >
Original file line number Diff line number Diff line change 11Chromium Embedded Framework (CEF) Standard Binary Distribution for Windows
22-------------------------------------------------------------------------------
33
4- Date: June 04 , 2016
4+ Date: August 18 , 2016
55
6- CEF Version: 3.2704.1418.g08819a5
6+ CEF Version: 3.2743.1447.g37d988b
77CEF URL: https://bitbucket.org/chromiumembedded/cef.git
8- @08819a571f51ededc4a067b6622d81032648d796
8+ @37d988bda8bdff39f538ace426040faab1599b58
99
10- Chromium Verison: 51 .0.2704.79
10+ Chromium Verison: 52 .0.2743.116
1111Chromium URL: https://chromium.googlesource.com/chromium/src.git
12- @0a967bea2f0b592106657f0af87985ec6b6fe44d
12+ @feb0ea45a0164eef52aa2631dd95d7c85fa65faa
1313
1414This distribution contains all components necessary to build and distribute an
1515application using CEF on the Windows platform. Please see the LICENSING
@@ -126,11 +126,6 @@ run but any related functionality may become broken or disabled.
126126 Without these files HTML5 accelerated content like 2D canvas, 3D CSS and WebGL
127127 will not function.
128128
129- * Windows Vista 64-bit sandbox support (32-bit distributions only)
130- * wow_helper.exe
131- Without this file the 32-bit build of CEF will not run on 64-bit Vista
132- machines with the sandbox enabled.
133-
134129
135130LICENSING
136131---------
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ $Cef32vcx = Join-Path (Join-Path $Cef32 'libcef_dll_wrapper') 'libcef_dll_wrappe
1616$Cef64 = Join-Path $WorkingDir ' cef_binary_3.y.z_windows64'
1717$Cef64vcx = Join-Path (Join-Path $Cef64 ' libcef_dll_wrapper' ) ' libcef_dll_wrapper.vcxproj'
1818
19- $CefVersion = " 3.2704.1432.g60b3718 "
19+ $CefVersion = " 3.2743.1447.g37d988b "
2020# Take the cef version and strip the commit hash
2121$CefPackageVersion = $CefVersion.SubString (0 , $CefVersion.LastIndexOf (' .' ))
2222
@@ -406,6 +406,8 @@ function DownloadCefBinaryAndUnzip()
406406 # Extract tar file
407407 $TarFile = ($LocalFile ).Substring(0 , $LocalFile.length - 4 )
408408 sz x $TarFile
409+ # Sleep for a short period to allow 7z to release it's file handles
410+ sleep - m 500
409411 # Remove tar file
410412 Remove-Item $TarFile
411413 $Folder = Join-Path $WorkingDir ($Cef32FileName.Substring (0 , $Cef32FileName.length - 8 ))
@@ -430,6 +432,8 @@ function DownloadCefBinaryAndUnzip()
430432 # Extract tar file
431433 $TarFile = ($LocalFile ).Substring(0 , $LocalFile.length - 4 )
432434 sz x $TarFile
435+ # Sleep for a short period to allow 7z to release it's file handles
436+ sleep - m 500
433437 # Remove tar file
434438 Remove-Item $TarFile
435439 $Folder = Join-Path $WorkingDir ($Cef64FileName.Substring (0 , $Cef64FileName.length - 8 ))
You can’t perform that action at this time.
0 commit comments