Windows: Update ANGLE downloads for MinGW CRT 13.0.0

See notes in https://github.com/godotengine/godot-angle-static/releases/chromium%2F7578/
and https://github.com/godotengine/build-containers/pull/159.

We use Fedora 43 with MinGW 13.0.0 for 4.6.
This commit is contained in:
Rémi Verschelde
2025-12-16 18:25:02 +01:00
parent 5261d2c468
commit 9fb0561da5

View File

@@ -183,8 +183,8 @@ if [ ! -d "deps/angle" ]; then
pushd deps/angle
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
curl -L -o windows_x86_64.zip $base_url-x86_64-gcc-13-release.zip
curl -L -o windows_x86_32.zip $base_url-x86_32-gcc-13-release.zip
curl -L -o macos_arm64.zip $base_url-arm64-macos-release.zip
curl -L -o macos_x86_64.zip $base_url-x86_64-macos-release.zip
unzip -o windows_arm64.zip && rm -f windows_arm64.zip