packed: add zstd compressed field
This commit is contained in:
parent
351d279a22
commit
0016a5e4fd
2 changed files with 31 additions and 14 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue