mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
package name
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user