Skip to content

Commit c9f1d80

Browse files
committed
Update to latest version of Swappy
Fixes #103294
1 parent 7cfa88a commit c9f1d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ if [ ! -d "deps/swappy" ]; then
184184
echo "Missing Swappy libraries, downloading them."
185185
mkdir -p deps/swappy
186186
pushd deps/swappy
187-
curl -L -O https://github.com/darksylinc/godot-swappy/releases/download/v2023.3.0.0/godot-swappy.7z
187+
curl -L -O https://github.com/godotengine/godot-swappy/releases/download/from-source-2025-01-31/godot-swappy.7z
188188
7z x godot-swappy.7z && rm godot-swappy.7z
189189
popd
190190
fi

0 commit comments

Comments
 (0)