diff --git a/NuGet/cef.sdk.props b/NuGet/cef.sdk.props index 04f4a27..cb07b07 100644 --- a/NuGet/cef.sdk.props +++ b/NuGet/cef.sdk.props @@ -1,6 +1,6 @@ - cef.sdk.3.2785.1478 + cef.sdk.3.2785.1480 diff --git a/build.ps1 b/build.ps1 index 1d1c46a..ebb84c4 100644 --- a/build.ps1 +++ b/build.ps1 @@ -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.1478.gaab5543" +$CefVersion = "3.2785.1480.g162e9a9" # Take the cef version and strip the commit hash $CefPackageVersion = $CefVersion.SubString(0, $CefVersion.LastIndexOf('.'))