feat(extract): add suport for .cab files via cabextract

This commit is contained in:
Marc Cornellà 2021-08-04 15:49:11 +02:00
commit 6dc937ff68
No known key found for this signature in database
GPG key ID: 0314585E776A9C1B
3 changed files with 4 additions and 2 deletions

View file

@ -21,6 +21,7 @@ plugins=(... extract)
| `apk` | Android app file |
| `aar` | Android library file |
| `bz2` | Bzip2 file |
| `cab` | Microsoft cabinet archive |
| `deb` | Debian package |
| `ear` | Enterprise Application aRchive |
| `gz` | Gzip file |