Skip to content

Commit 9a3fc96

Browse files
stkbr15ch13
authored andcommitted
Add .bz2 files to decompression (#2085)
Add .bz2 files to decompression
1 parent 5f01467 commit 9a3fc96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/decompress.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function requires_lessmsi ($manifest, $architecture) {
1616
}
1717

1818
function file_requires_7zip($fname) {
19-
$fname -match '\.((gz)|(tar)|(tgz)|(lzma)|(bz)|(7z)|(rar)|(iso)|(xz)|(lzh))$'
19+
$fname -match '\.((gz)|(tar)|(tgz)|(lzma)|(bz)|(bz2)|(7z)|(rar)|(iso)|(xz)|(lzh))$'
2020
}
2121

2222
function extract_7zip($path, $to, $recurse) {

0 commit comments

Comments
 (0)