Skip to content

Commit 9175570

Browse files
committed
Update the build script to ask for CEF/Chromium 113 instead of 112. Version 113 is the current release version of Chrome (2023-05-15) and build locally with no other changes so somewhat hopeful it builds in GHA too
1 parent 48755de commit 9175570

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 5615 represents Chromium/CEF 112.x
35-
cef_branch_number=5615
34+
# E.G. Branch 5672 represents Chromium/CEF 113.x
35+
cef_branch_number=5672
3636

3737
# Turn on the proprietary codec support (the main reason for building from source vs using
3838
# the Spotify open source builds here http://opensource.spotify.com/cefbuilds/index.html)

0 commit comments

Comments
 (0)