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:
godofredoc
2022-03-03 20:29:32 -08:00
committed by GitHub
parent b2755566f6
commit b046d20d3d

View File

@@ -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",