unpack_strategy: allow unpacking .crate (as a gzipped tar)
Signed-off-by: Michael Cho <michael@michaelcho.dev>
This commit is contained in:
parent
a570e4da19
commit
7b46378a6c
@ -17,7 +17,8 @@ module UnpackStrategy
|
||||
".tgz", ".tar.gz",
|
||||
".tlzma", ".tar.lzma",
|
||||
".txz", ".tar.xz",
|
||||
".tar.zst"
|
||||
".tar.zst",
|
||||
".crate"
|
||||
]
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user