Skip to content

Commit

Permalink
Update CEF version to 131.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HashidaTKS committed Jan 10, 2025
1 parent 3c125fa commit deac87e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/rewrite-cef-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -xe
TOP_DIR=$(dirname $0)/..
CEF_BAT=$TOP_DIR/setup-cef.bat

VERSION=131.2.4+gb7543e4+chromium-131.0.6778.70
VERSION=131.4.1+g437feba+chromium-131.0.6778.265
case $1 in
stable)
TARGET_VERSION=$(curl --silent https://cef-builds.spotifycdn.com/index.json | jq --raw-output '.windows32.versions[] | select(.channel == "stable").cef_version' | head -n 1)
Expand Down
2 changes: 1 addition & 1 deletion setup-cef.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set BASEDIR=%~dp0
IF NOT DEFINED CEFVER (
echo Use the default CEF version.
echo To build with a newer CEF version, set CEFVER explicitly.
set CEFVER=cef_binary_131.2.4+gb7543e4+chromium-131.0.6778.70_windows32_minimal
set CEFVER=cef_binary_131.4.1+g437feba+chromium-131.0.6778.265_windows32_minimal
)
set CEFHOST=https://cef-builds.spotifycdn.com

Expand Down

0 comments on commit deac87e

Please sign in to comment.