mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-09 08:42:03 +08:00
add alt size to manifest
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user