File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
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.2623.1396 </CefSdkVer >
4+ <CefSdkVer >cef.sdk.3.2623.1401 </CefSdkVer >
55 </PropertyGroup >
66</Project >
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ $Cef32vcx = Join-Path (Join-Path $Cef32 'libcef_dll') 'libcef_dll_wrapper.vcxpro
1515$Cef64 = Join-Path $WorkingDir ' cef_binary_3.y.z_windows64'
1616$Cef64vcx = Join-Path (Join-Path $Cef64 ' libcef_dll' ) ' libcef_dll_wrapper.vcxproj'
1717
18- $CefVersion = " 3.2623.1396 "
19- $CefPackageVersion = " 3.2623.1396 "
18+ $CefVersion = " 3.2623.1401 "
19+ $CefPackageVersion = " 3.2623.1401 "
2020
2121# https://github.com/jbake/Powershell_scripts/blob/master/Invoke-BatchFile.ps1
2222function Invoke-BatchFile
You can’t perform that action at this time.
0 commit comments