From 58d8732ce830ce5911cd4170c5ffc44c391e2baf Mon Sep 17 00:00:00 2001 From: amaitland Date: Mon, 16 Jan 2017 09:53:16 +1000 Subject: [PATCH] Upgrade to 3.2883.1545.gd685d27 Former-commit-id: 630db1b15ce988aaeddb50c79f9d321bfac00365 --- build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.ps1 b/build.ps1 index 4da9ab5..58aae54 100644 --- a/build.ps1 +++ b/build.ps1 @@ -18,7 +18,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.2883.1542.gf264ab9" +$CefVersion = "3.2883.1545.gd685d27" # Take the cef version and strip the commit hash $CefPackageVersion = $CefVersion.SubString(0, $CefVersion.LastIndexOf('.'))