feat(extract): add support for .ear files (#9901)

Co-authored-by: Corey Hinkle <corey.hinkle@five9.com>
This commit is contained in:
Corey Hinkle 2021-05-28 05:27:16 -04:00 committed by GitHub
commit 706b2f3765
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

@ -22,6 +22,7 @@ plugins=(... extract)
| `aar` | Android library file |
| `bz2` | Bzip2 file |
| `deb` | Debian package |
| `ear` | Enterprise Application aRchive |
| `gz` | Gzip file |
| `ipa` | iOS app package |
| `ipsw` | iOS firmware file |