Allow extraction of nupkg files with 7zip

This commit is contained in:
Richard Kuhnt
2018-08-09 19:23:06 +02:00
parent ae0f925fd8
commit 2224da82f8
+1 -1
View File
@@ -14,7 +14,7 @@ function requires_lessmsi ($manifest, $architecture) {
}
function file_requires_7zip($fname) {
$fname -match '\.((gz)|(tar)|(tgz)|(lzma)|(bz)|(bz2)|(7z)|(rar)|(iso)|(xz)|(lzh))$'
$fname -match '\.((gz)|(tar)|(tgz)|(lzma)|(bz)|(bz2)|(7z)|(rar)|(iso)|(xz)|(lzh)|(nupkg))$'
}
function extract_7zip($path, $to, $recurse) {