From f7d2061e2aed117329002fd1da1ccd422c323a0d Mon Sep 17 00:00:00 2001 From: Vasil Rimar <5660247+vrimar@users.noreply.github.com> Date: Tue, 23 Jul 2024 12:26:31 -0400 Subject: [PATCH] Update to cef_binary_126.2.18+g3647d39+chromium-126.0.6478.183 --- make_cefredist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_cefredist.sh b/make_cefredist.sh index 13a6960..1f172f4 100644 --- a/make_cefredist.sh +++ b/make_cefredist.sh @@ -23,7 +23,7 @@ CEFBINARIES="cef_binaries" if [ ! -f "$CEFZIP" ]; then echo "downloading cef binaries" - curl -o "$CEFZIP" "https://cef-builds.spotifycdn.com/cef_binary_120.1.8%2Bge6b45b0%2Bchromium-120.0.6099.109_{$ARCH}_minimal.tar.bz2" + curl -o "$CEFZIP" "https://cef-builds.spotifycdn.com/cef_binary_126.2.18%2Bg3647d39%2Bchromium-126.0.6478.183_{$ARCH}_minimal.tar.bz2" fi if [ ! -d "$CEFBINARIES" ]; then