mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Generate fonts.zip for arm64. (flutter/engine#36492)
This commit is contained in:
parent
bc31709178
commit
d6421e0dc8
@ -218,7 +218,9 @@
|
||||
{
|
||||
"base_path": "out/mac_release_arm64/zip_archives/",
|
||||
"type": "gcs",
|
||||
"include_paths": [],
|
||||
"include_paths": [
|
||||
"out/mac_release_arm64/zip_archives/darwin-arm64/font-subset.zip"
|
||||
],
|
||||
"name": "mac_release_arm64"
|
||||
}
|
||||
],
|
||||
@ -244,7 +246,8 @@
|
||||
"config": "mac_release_arm64",
|
||||
"targets": [
|
||||
"flutter/build/archives:archive_gen_snapshot",
|
||||
"flutter/shell/platform/darwin/macos:zip_macos_flutter_framework"
|
||||
"flutter/shell/platform/darwin/macos:zip_macos_flutter_framework",
|
||||
"flutter/tools/font-subset"
|
||||
]
|
||||
},
|
||||
"tests": []
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user