fix: macos universal build (#4311)

This commit is contained in:
Lucas.Xu
2024-01-05 14:28:47 +07:00
committed by GitHub
parent ee7fc5d77d
commit 6dba118413
2 changed files with 2 additions and 2 deletions

View File

@ -24,4 +24,4 @@ cp -rf rust-lib/target/libdart_ffi.a \
echo '🚀 ---------------------------------------------------'
echo '🚀 building the flutter application for macOS'
cargo make --profile production-mac-universal appflowy-macos-universal
cargo make --env APP_VERSION=$1 --profile production-mac-universal appflowy-macos-universal