Skip to content

Commit

Permalink
Merge pull request #41 from fuze/master
Browse files Browse the repository at this point in the history
Upgrade to cef.sdk.3.2785.1486

Former-commit-id: 9dbf717e659614eba566d7f67e306005d679f3c7
  • Loading branch information
amaitland authored Dec 7, 2016
2 parents 5c76711 + 292ee8e commit 9f57a33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NuGet/cef.sdk.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<CefSdkVer>cef.sdk.3.2785.1482</CefSdkVer>
<CefSdkVer>cef.sdk.3.2785.1486</CefSdkVer>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $Cef32vcx = Join-Path (Join-Path $Cef32 'libcef_dll_wrapper') 'libcef_dll_wrappe
$Cef64 = Join-Path $WorkingDir 'cef_binary_3.y.z_windows64'
$Cef64vcx = Join-Path (Join-Path $Cef64 'libcef_dll_wrapper') 'libcef_dll_wrapper.vcxproj'

$CefVersion = "3.2785.1482.g16e49fb"
$CefVersion = "3.2785.1486.g8c4ba9f"
# Take the cef version and strip the commit hash
$CefPackageVersion = $CefVersion.SubString(0, $CefVersion.LastIndexOf('.'))

Expand Down

0 comments on commit 9f57a33

Please sign in to comment.