From 57518baae568bb705b7eecba5bd1152518847f81 Mon Sep 17 00:00:00 2001 From: a-bad-dev <244852891+a-bad-dev@users.noreply.github.com> Date: Tue, 14 Apr 2026 18:45:31 -0300 Subject: [PATCH] Update scripts for 5.15.2 --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 293b284..fde109a 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.15.1" +VERSION="5.15.2" BOLD="\x1b[1m" RED="\x1b[31m"