Fix archive name in linux_host_engine. (flutter/engine#31808)
The archive name for linux embedder was changed to end with .zip. Bug: https://github.com/flutter/flutter/issues/81855
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
"base_path": "out/host_debug/zip_archives/",
|
||||
"include_paths": [
|
||||
"out/host_debug/zip_archives/linux-x64/artifacts.zip",
|
||||
"out/host_debug/zip_archives/linux-x64/linux-x64-embedder",
|
||||
"out/host_debug/zip_archives/linux-x64/linux-x64-embedder.zip",
|
||||
"out/host_debug/zip_archives/linux-x64/font-subset.zip",
|
||||
"out/host_debug/zip_archives/flutter_patched_sdk.zip",
|
||||
"out/host_debug/zip_archives/dart-sdk-linux-x64.zip",
|
||||
|
||||
Reference in New Issue
Block a user