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 7cfa88a commit c9f1d80Copy full SHA for c9f1d80
build.sh
@@ -184,7 +184,7 @@ if [ ! -d "deps/swappy" ]; then
184
echo "Missing Swappy libraries, downloading them."
185
mkdir -p deps/swappy
186
pushd deps/swappy
187
- 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
188
7z x godot-swappy.7z && rm godot-swappy.7z
189
popd
190
fi
0 commit comments