mirror of
https://github.com/godotengine/godot-build-scripts.git
synced 2026-01-04 02:09:44 +03:00
2
build.sh
2
build.sh
@@ -161,7 +161,7 @@ if [ ! -d "deps/accesskit" ]; then
|
|||||||
echo "Missing accesskit, downloading it."
|
echo "Missing accesskit, downloading it."
|
||||||
mkdir -p deps/accesskit
|
mkdir -p deps/accesskit
|
||||||
pushd deps/accesskit
|
pushd deps/accesskit
|
||||||
curl -L -o accesskit.zip https://github.com/godotengine/godot-accesskit-c-static/releases/download/0.16.0/accesskit-c-0.16.0.zip
|
curl -L -o accesskit.zip https://github.com/godotengine/godot-accesskit-c-static/releases/download/0.17.0/accesskit-c-0.17.0.zip
|
||||||
unzip -o accesskit.zip && rm -f accesskit.zip
|
unzip -o accesskit.zip && rm -f accesskit.zip
|
||||||
mv accesskit-c-* accesskit-c
|
mv accesskit-c-* accesskit-c
|
||||||
popd
|
popd
|
||||||
|
|||||||
Reference in New Issue
Block a user