From 9ea609f4dc955cd2dd9b2e96f1d6ea57a4c7fc92 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Wed, 24 Jan 2024 23:32:45 -0800 Subject: [PATCH] add alt size to manifest --- internal/package_ota.py | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/package_ota.py b/internal/package_ota.py index f6ad7f1..8592ca4 100755 --- a/internal/package_ota.py +++ b/internal/package_ota.py @@ -66,6 +66,7 @@ def process_file(fn, name, sparse=False, full_check=True, has_ab=True, alt=None) ret["alt"] = { "hash": alt_hash, "url": "{remote_url}/" + alt_xz_fn.name, + "size": alt_size, } return ret