packed: add zstd compressed field

This commit is contained in:
Laurence Withers 2026-06-06 11:02:02 +01:00
commit 0016a5e4fd
2 changed files with 31 additions and 14 deletions

View file

@ -47,6 +47,9 @@ message File {
// Brotli compressed version of the file.
FileData brotli = 5;
// Zstd compressed version of the file.
FileData zstd = 6;
}
// FileData records the position of the file data within the pack.