Skip to content

Commit 811a862

Browse files
authored
feat(archives): add additional accepted archive extensions (#747)
1 parent 74d32fd commit 811a862

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/archive/archives/archives.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ type Archives struct {
1818

1919
func (Archives) AcceptedExtensions() []string {
2020
return []string{
21-
".br", ".bz2", ".gz", ".lz4", ".lz", ".sz", ".s2", ".xz", ".zz", ".zst", ".tar",
21+
".br", ".bz2", ".gz", ".lz4", ".lz", ".mz", ".sz", ".s2", ".xz", ".zz", ".zst", ".tar",
22+
".tgz", ".tlz4", ".tlz", ".tbz2", ".txz", ".tzst",
2223
}
2324
}
2425

0 commit comments

Comments
 (0)