Skip to content

Commit dcf764d

Browse files
committed
Upgrade to 3.2883.1542.gf264ab9
Former-commit-id: f2e5b0863922843530f5eb07f98f1d2e2819eb2d
1 parent 097b181 commit dcf764d

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.2785.1486.g8c4ba9f"
21+
$CefVersion = "3.2883.1542.gf264ab9"
2222
# Take the cef version and strip the commit hash
2323
$CefPackageVersion = $CefVersion.SubString(0, $CefVersion.LastIndexOf('.'))
2424

0 commit comments

Comments
 (0)