From 63f140459812b01d39261671aea7908dc13d3406 Mon Sep 17 00:00:00 2001 From: Kainoa Kanter Date: Mon, 17 Nov 2025 12:59:02 -0800 Subject: [PATCH] package name --- Bin/dev/qmlfmt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bin/dev/qmlfmt.sh b/Bin/dev/qmlfmt.sh index 806fa7706..7e12950ce 100755 --- a/Bin/dev/qmlfmt.sh +++ b/Bin/dev/qmlfmt.sh @@ -6,7 +6,7 @@ set -euo pipefail # Find qmlformat binary if [ ! -x "/usr/lib/qt6/bin/qmlformat" ]; then echo "No 'qmlformat' found in /usr/lib/qt6/bin." >&2 - echo "Install it via 'qt6-declarative-tools' to proceed." >&2 + echo "Install it via 'qt6-tools' or 'qt6-declarative-tools' to proceed." >&2 exit 1 fi