From 77cff9482640d19b3680ac143f6d7e31c28df7af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=88=9A=28noham=29=C2=B2?= <100566912+NohamR@users.noreply.github.com> Date: Fri, 15 May 2026 21:51:29 +0200 Subject: [PATCH] Update build.sh --- script/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/build.sh b/script/build.sh index cbc4b2b..c3974f4 100755 --- a/script/build.sh +++ b/script/build.sh @@ -24,7 +24,7 @@ elif [ "$VERSION" == "3.27.1" ]; then QT_VERSION="6.10.0" TARGET="iphone:latest:17.0" else - echo "Error: Unknown version '$VERSION'. Supported versions are: 3.25.0, 3.17.0, 3.27.1" + echo "Error: Unknown version '$VERSION'. Supported versions are: 3.17.0, 3.25.0, 3.26.0, 3.27.0, 3.27.1" exit 1 fi