Update ghostty-build-update.sh

main
superrob1500 2025-10-12 23:04:05 +02:00
parent f1b7c87c19
commit 4bad2966d3
1 changed files with 1 additions and 1 deletions

View File

@ -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