From d9a3b032914ec0c230b9a5118bf1b4e25f65ea4a Mon Sep 17 00:00:00 2001 From: a-bad-dev <244852891+a-bad-dev@users.noreply.github.com> Date: Sun, 10 May 2026 14:10:31 -0300 Subject: [PATCH] Update scripts for 5.16.0 5.16.0 is broken, do not use it. This is only for completeness. --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 04accaa..ddf4006 100644 --- a/test.sh +++ b/test.sh @@ -3,7 +3,7 @@ # test the AppImage built with build.sh # again, this only works on aarch64 -VERSION="5.16.0-rc1" +VERSION="5.16.0" BOLD="\x1b[1m" RED="\x1b[31m"