We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcf764d commit 58d8732Copy full SHA for 58d8732
build.ps1
@@ -18,7 +18,7 @@ $Cef32vcx = Join-Path (Join-Path $Cef32 'libcef_dll_wrapper') 'libcef_dll_wrappe
18
$Cef64 = Join-Path $WorkingDir 'cef_binary_3.y.z_windows64'
19
$Cef64vcx = Join-Path (Join-Path $Cef64 'libcef_dll_wrapper') 'libcef_dll_wrapper.vcxproj'
20
21
-$CefVersion = "3.2883.1542.gf264ab9"
+$CefVersion = "3.2883.1545.gd685d27"
22
# Take the cef version and strip the commit hash
23
$CefPackageVersion = $CefVersion.SubString(0, $CefVersion.LastIndexOf('.'))
24
0 commit comments