Skip to content

Commit 1c2b7c2

Browse files
authored
Merge pull request #41 from fuze/master
Upgrade to cef.sdk.3.2785.1486 Former-commit-id: 9dbf717e659614eba566d7f67e306005d679f3c7
2 parents 459d9f8 + 3496ab2 commit 1c2b7c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NuGet/cef.sdk.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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>

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)