Add relative directories

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
jpirnay
2026-05-03 23:01:29 +02:00
co-authored by Copilot
parent d627b3f38f
commit 34d976d8f7
+1 -1
View File
@@ -160,7 +160,7 @@ def build_manifest(
for filepath in sorted(files, key=lambda p: p.name):
file_entries.append(
{
"name": filepath.name,
"name": filepath.relative_to(input_dir).as_posix(),
"size": filepath.stat().st_size,
}
)