mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
[codesign] fix typo in binary path (flutter/engine#51339)
failure in release: [link](https://logs.chromium.org/logs/dart-internal/buildbucket/cr-buildbucket/8753728916366397505/+/u/Global_generators/Codesign__Volumes_Work_s_w_ir_cache_builder_src_out_release_framework_unsigned_framework.zip/codesign_Apple_engine_binaries/stdout) Updates x84 to x86
This commit is contained in:
parent
e62c718145
commit
0fbd9368b6
@ -220,7 +220,7 @@ def zip_framework(dst, args):
|
||||
def zip_xcframework_archive(dst):
|
||||
filepath_with_entitlements = ''
|
||||
filepath_without_entitlements = (
|
||||
'FlutterMacOS.xcframework/macos-arm64_x84_64/'
|
||||
'FlutterMacOS.xcframework/macos-arm64_x86_64/'
|
||||
'FlutterMacOS.framework/Versions/A/FlutterMacOS'
|
||||
)
|
||||
embed_codesign_configuration(os.path.join(dst, 'entitlements.txt'), filepath_with_entitlements)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user