unpack_strategy: allow unpacking .crate (as a gzipped tar)

Signed-off-by: Michael Cho <michael@michaelcho.dev>
This commit is contained in:
Michael Cho 2024-03-24 18:55:23 -04:00
parent a570e4da19
commit 7b46378a6c
No known key found for this signature in database
GPG Key ID: 55E85E28A7CD1E85

View File

@ -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