add alt size to manifest

This commit is contained in:
Adeeb Shihadeh
2024-01-24 23:32:45 -08:00
parent 5b9511af26
commit 9ea609f4dc
+1
View File
@@ -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