From c9f1d801ae5fe30866cca3854716f16fc17290f7 Mon Sep 17 00:00:00 2001 From: "Matias N. Goldberg" Date: Fri, 28 Feb 2025 15:02:01 -0300 Subject: [PATCH] Update to latest version of Swappy Fixes #103294 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 7054ca4..56c4049 100755 --- a/build.sh +++ b/build.sh @@ -184,7 +184,7 @@ if [ ! -d "deps/swappy" ]; then echo "Missing Swappy libraries, downloading them." mkdir -p deps/swappy pushd deps/swappy - curl -L -O https://github.com/darksylinc/godot-swappy/releases/download/v2023.3.0.0/godot-swappy.7z + curl -L -O https://github.com/godotengine/godot-swappy/releases/download/from-source-2025-01-31/godot-swappy.7z 7z x godot-swappy.7z && rm godot-swappy.7z popd fi