We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bf0772 commit 834f622Copy full SHA for 834f622
build.sh
@@ -148,7 +148,7 @@ if [ ! -d "deps/angle" ]; then
148
echo "Missing ANGLE libraries, downloading them."
149
mkdir -p deps/angle
150
pushd deps/angle
151
- base_url=https://github.com/godotengine/godot-angle-static/releases/download/chromium%2F6601.1/godot-angle-static
+ base_url=https://github.com/godotengine/godot-angle-static/releases/download/chromium%2F6601.2/godot-angle-static
152
curl -L -o windows_arm64.zip $base_url-arm64-llvm-release.zip
153
curl -L -o windows_x86_64.zip $base_url-x86_64-gcc-release.zip
154
curl -L -o windows_x86_32.zip $base_url-x86_32-gcc-release.zip
0 commit comments