File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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.2743.1447 </CefSdkVer >
4+ <CefSdkVer >cef.sdk.3.2785.1466 </CefSdkVer >
55 </PropertyGroup >
66</Project >
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.2743.1447.g37d988b "
19+ $CefVersion = " 3.2785.1466.g80e473e "
2020# Take the cef version and strip the commit hash
2121$CefPackageVersion = $CefVersion.SubString (0 , $CefVersion.LastIndexOf (' .' ))
2222
@@ -407,7 +407,7 @@ function DownloadCefBinaryAndUnzip()
407407 $TarFile = ($LocalFile ).Substring(0 , $LocalFile.length - 4 )
408408 sz x $TarFile
409409 # Sleep for a short period to allow 7z to release it's file handles
410- sleep - m 500
410+ sleep - m 2000
411411 # Remove tar file
412412 Remove-Item $TarFile
413413 $Folder = Join-Path $WorkingDir ($Cef32FileName.Substring (0 , $Cef32FileName.length - 8 ))
@@ -433,7 +433,7 @@ function DownloadCefBinaryAndUnzip()
433433 $TarFile = ($LocalFile ).Substring(0 , $LocalFile.length - 4 )
434434 sz x $TarFile
435435 # Sleep for a short period to allow 7z to release it's file handles
436- sleep - m 500
436+ sleep - m 2000
437437 # Remove tar file
438438 Remove-Item $TarFile
439439 $Folder = Join-Path $WorkingDir ($Cef64FileName.Substring (0 , $Cef64FileName.length - 8 ))
You can’t perform that action at this time.
0 commit comments