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 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<PropertyGroup >
4
- <CefSdkVer >cef.sdk.3.2623.1396 </CefSdkVer >
4
+ <CefSdkVer >cef.sdk.3.2623.1401 </CefSdkVer >
5
5
</PropertyGroup >
6
6
</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
15
15
$Cef64 = Join-Path $WorkingDir ' cef_binary_3.y.z_windows64'
16
16
$Cef64vcx = Join-Path (Join-Path $Cef64 ' libcef_dll' ) ' libcef_dll_wrapper.vcxproj'
17
17
18
- $CefVersion = " 3.2623.1396 "
19
- $CefPackageVersion = " 3.2623.1396 "
18
+ $CefVersion = " 3.2623.1401 "
19
+ $CefPackageVersion = " 3.2623.1401 "
20
20
21
21
# https://github.com/jbake/Powershell_scripts/blob/master/Invoke-BatchFile.ps1
22
22
function Invoke-BatchFile
You can’t perform that action at this time.
0 commit comments