Skip to content

Commit 0f49d35

Browse files
authored
Update access-kit to 0.18.0 (#140)
1 parent 78b0fcb commit 0f49d35

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
@@ -170,7 +170,7 @@ if [ ! -d "deps/accesskit" ]; then
170170
echo "Missing accesskit, downloading it."
171171
mkdir -p deps/accesskit
172172
pushd deps/accesskit
173-
curl -L -o accesskit.zip https://github.com/godotengine/godot-accesskit-c-static/releases/download/0.17.0/accesskit-c-0.17.0.zip
173+
curl -L -o accesskit.zip https://github.com/godotengine/godot-accesskit-c-static/releases/download/0.18.0/accesskit-c-0.18.0.zip
174174
unzip -o accesskit.zip && rm -f accesskit.zip
175175
mv accesskit-c-* accesskit-c
176176
popd

0 commit comments

Comments
 (0)