mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: Support CI build universal macOS package (#3124)
* fix: macos release build * feat: support build arm64 macOS package on CI * feat: support build arm64 macOS package on CI
This commit is contained in:
@ -24,4 +24,4 @@ cp -rf rust-lib/target/libdart_ffi.a \
|
||||
|
||||
echo '🚀 ---------------------------------------------------'
|
||||
echo '🚀 building the flutter application for macOS'
|
||||
flutter build macos --release
|
||||
cargo make --profile production-mac-universal appflowy-macos-unviersal
|
||||
|
@ -13,6 +13,15 @@ run_task = { name = [
|
||||
] }
|
||||
script_runner = "@shell"
|
||||
|
||||
[tasks.appflowy-macos-universal]
|
||||
run_task = { name = [
|
||||
"code_generation",
|
||||
"set-app-version",
|
||||
"flutter-build",
|
||||
"copy-to-product",
|
||||
] }
|
||||
script_runner = "@shell"
|
||||
|
||||
[tasks.appflowy-windows]
|
||||
dependencies = ["appflowy-core-release"]
|
||||
run_task = { name = [
|
||||
|
Reference in New Issue
Block a user