From a4a1b3eb5755c731e529e6fee385af9ed5c434e3 Mon Sep 17 00:00:00 2001 From: bruvzg <7645683+bruvzg@users.noreply.github.com> Date: Mon, 15 Dec 2025 20:19:11 +0200 Subject: [PATCH] Update Angle to chromium/7578 (#141) --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 6021d9b..a1b899f 100755 --- a/build.sh +++ b/build.sh @@ -181,7 +181,7 @@ if [ ! -d "deps/angle" ]; then echo "Missing ANGLE libraries, downloading them." mkdir -p deps/angle pushd deps/angle - base_url=https://github.com/godotengine/godot-angle-static/releases/download/chromium%2F7219/godot-angle-static + base_url=https://github.com/godotengine/godot-angle-static/releases/download/chromium%2F7578/godot-angle-static curl -L -o windows_arm64.zip $base_url-arm64-llvm-release.zip curl -L -o windows_x86_64.zip $base_url-x86_64-gcc-release.zip curl -L -o windows_x86_32.zip $base_url-x86_32-gcc-release.zip