We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f01467 commit 9a3fc96Copy full SHA for 9a3fc96
1 file changed
lib/decompress.ps1
@@ -16,7 +16,7 @@ function requires_lessmsi ($manifest, $architecture) {
16
}
17
18
function file_requires_7zip($fname) {
19
- $fname -match '\.((gz)|(tar)|(tgz)|(lzma)|(bz)|(7z)|(rar)|(iso)|(xz)|(lzh))$'
+ $fname -match '\.((gz)|(tar)|(tgz)|(lzma)|(bz)|(bz2)|(7z)|(rar)|(iso)|(xz)|(lzh))$'
20
21
22
function extract_7zip($path, $to, $recurse) {
0 commit comments