Merge pull request #16951 from cho-m/unpack-crate
unpack_strategy: allow unpacking .crate (as a gzipped tar)
This commit is contained in:
commit
4fa7264a52
@ -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