Skip to content

Commit e8b6aa7

Browse files
committed
Update to CEF version 152 (mostly to pick up a fix for the CVE here https://nvd.nist.gov/vuln/detail/cve-2026-85046)
1 parent bcd0650 commit e8b6aa7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build-cmd.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ cef_stage_dir="${stage}/cef"
3131
# The relationship to Chrome and the versions of Chromium/CEF is complex and
3232
# can make it difficult to find the branch number to use. This page can help:
3333
# https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding
34-
# E.G. Branch 7258 represents Chromium/CEF 139.x
35-
cef_branch_number=7258
34+
# E.G. Branch 7977 represents Chromium/CEF 152.x
35+
cef_branch_number=7977
3636

3737
# Turn on the proprietary codec support (the main reason for building from source vs using
3838
# the Spotify open source builds here https://cef-builds.spotifycdn.com/index.html)

0 commit comments

Comments
 (0)