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",
|
".tgz", ".tar.gz",
|
||||||
".tlzma", ".tar.lzma",
|
".tlzma", ".tar.lzma",
|
||||||
".txz", ".tar.xz",
|
".txz", ".tar.xz",
|
||||||
".tar.zst"
|
".tar.zst",
|
||||||
|
".crate"
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user