File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
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.2785.1482 </CefSdkVer >
4+ <CefSdkVer >cef.sdk.3.2785.1486 </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.2785.1482.g16e49fb "
19+ $CefVersion = " 3.2785.1486.g8c4ba9f "
2020# Take the cef version and strip the commit hash
2121$CefPackageVersion = $CefVersion.SubString (0 , $CefVersion.LastIndexOf (' .' ))
2222
You can’t perform that action at this time.
0 commit comments