Skip to content

Commit e2e01f0

Browse files
authored
Merge pull request #106 from darksylinc/matias-swappy-2025-01
Update to latest version of Swappy
2 parents 7cfa88a + c9f1d80 commit e2e01f0

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)