Skip to content

Commit 58d8732

Browse files
committed
Upgrade to 3.2883.1545.gd685d27
Former-commit-id: 630db1b15ce988aaeddb50c79f9d321bfac00365
1 parent dcf764d commit 58d8732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $Cef32vcx = Join-Path (Join-Path $Cef32 'libcef_dll_wrapper') 'libcef_dll_wrappe
1818
$Cef64 = Join-Path $WorkingDir 'cef_binary_3.y.z_windows64'
1919
$Cef64vcx = Join-Path (Join-Path $Cef64 'libcef_dll_wrapper') 'libcef_dll_wrapper.vcxproj'
2020

21-
$CefVersion = "3.2883.1542.gf264ab9"
21+
$CefVersion = "3.2883.1545.gd685d27"
2222
# Take the cef version and strip the commit hash
2323
$CefPackageVersion = $CefVersion.SubString(0, $CefVersion.LastIndexOf('.'))
2424

0 commit comments

Comments
 (0)