From 024e5d0ab7df80b0433642a16d1b4a1c48ffab41 Mon Sep 17 00:00:00 2001 From: sxyazi Date: Thu, 22 Aug 2024 23:39:38 +0800 Subject: [PATCH] Fix typo --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index ba87fae3..a1e70be6 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -3,7 +3,7 @@ set -euo pipefail export ARTIFACT_NAME="yazi-$1" export YAZI_GEN_COMPLETIONS=1 -export MACOSX_DEPLOYMENT_TARGE="10.9" +export MACOSX_DEPLOYMENT_TARGET="10.11" # Setup Rust toolchain if [[ "$1" == *-musl ]]; then