Update ghostty-build-update.sh
parent
f1b7c87c19
commit
4bad2966d3
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue