mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Fix typo
This commit is contained in:
parent
e22ab43664
commit
024e5d0ab7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue