From 4bad2966d31dfb5d0449d457e8947194e5e2c3f0 Mon Sep 17 00:00:00 2001 From: superrob1500 Date: Sun, 12 Oct 2025 23:04:05 +0200 Subject: [PATCH] Update ghostty-build-update.sh --- ghostty-build-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghostty-build-update.sh b/ghostty-build-update.sh index cecdcb8..99fbacd 100644 --- a/ghostty-build-update.sh +++ b/ghostty-build-update.sh @@ -193,7 +193,7 @@ install_deps_linux() { ensure_blueprint_compiler() { local min_ver=16 if command_exists blueprint-compiler; then - ver=$(blueprint-compiler --version | awk '{print $1}' | cut -d. -f1) + ver=$(blueprint-compiler --version | awk '{print $1}' | cut -d. -f2) if (( ver >= min_ver )); then info "blueprint-compiler version $ver is sufficient." return