diff --git a/build-cmd.sh b/build-cmd.sh index 529bdf8..79b7fdd 100644 --- a/build-cmd.sh +++ b/build-cmd.sh @@ -31,8 +31,8 @@ cef_stage_dir="${stage}/cef" # The relationship to Chrome and the versions of Chromium/CEF is complex and # can make it difficult to find the branch number to use. This page can help: # https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding -# E.G. Branch 5993 represents Chromium/CEF 118.x -cef_branch_number=5993 +# E.G. Branch 6261 represents Chromium/CEF 122.x +cef_branch_number=6261 # Turn on the proprietary codec support (the main reason for building from source vs using # the Spotify open source builds here https://cef-builds.spotifycdn.com/index.html)