Skip to content

Commit f1439e8

Browse files
authored
Merge pull request #123 from bruvzg/ac17
Update access-kit to 0.17.0
2 parents 84d8bf7 + dbe2146 commit f1439e8

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
@@ -161,7 +161,7 @@ if [ ! -d "deps/accesskit" ]; then
161161
echo "Missing accesskit, downloading it."
162162
mkdir -p deps/accesskit
163163
pushd deps/accesskit
164-
curl -L -o accesskit.zip https://github.com/godotengine/godot-accesskit-c-static/releases/download/0.16.0/accesskit-c-0.16.0.zip
164+
curl -L -o accesskit.zip https://github.com/godotengine/godot-accesskit-c-static/releases/download/0.17.0/accesskit-c-0.17.0.zip
165165
unzip -o accesskit.zip && rm -f accesskit.zip
166166
mv accesskit-c-* accesskit-c
167167
popd

0 commit comments

Comments
 (0)