forked from rosa/hakurei
internal/rosa/package/zstd: use zstd-compressed tarball
Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -484,6 +484,7 @@ func (s *S) getFrame() azalea.Frame {
|
||||
k("uncompressed"): 0,
|
||||
k("gzip"): pkg.Gzip + compressOffset,
|
||||
k("bzip2"): pkg.Bzip2 + compressOffset,
|
||||
k("zstd"): pkg.Zstd + compressOffset,
|
||||
}
|
||||
|
||||
s.frame.Val = map[unique.Handle[azalea.Ident]]any{
|
||||
@@ -801,6 +802,7 @@ func (s *S) getFrame() azalea.Frame {
|
||||
}, V: map[unique.Handle[azalea.Ident]]any{
|
||||
k("gzip"): uint32(pkg.Gzip),
|
||||
k("bzip2"): uint32(pkg.Bzip2),
|
||||
k("zstd"): uint32(pkg.Zstd),
|
||||
}},
|
||||
|
||||
// high-level helpers
|
||||
|
||||
Reference in New Issue
Block a user