Skip to content

Commit

Permalink
crash fix: Update CEF to 126.2.7+g300bb05+chromium-126.0.6478.115
Browse files Browse the repository at this point in the history
Definitive fix for libcef crash @ 0x0581B321 (variation appeared after earlier updates)
  • Loading branch information
Dutchman101 authored Jun 22, 2024
1 parent 7b228da commit 0e20125
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/buildactions/install_cef.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ local CEF_URL_PREFIX = "https://cef-builds.spotifycdn.com/cef_binary_"
local CEF_URL_SUFFIX = "_windows32_minimal.tar.bz2"

-- Change here to update CEF version
local CEF_VERSION = "126.2.6+gc7c4ac9+chromium-126.0.6478.115"
local CEF_HASH = "e8392f2abc7d392a104fcb10bbd35ca7ddc1353ce5957c92bddcef3acd91f09c"
local CEF_VERSION = "126.2.7+g300bb05+chromium-126.0.6478.115"
local CEF_HASH = "80e2a1ebadd0283155af447ec2b55a665c06489604c883934d9369daec62ee77"

function make_cef_download_url()
return CEF_URL_PREFIX..http.escapeUrlParam(CEF_VERSION)..CEF_URL_SUFFIX
Expand Down

0 comments on commit 0e20125

Please sign in to comment.