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
parent c95b4a393a
commit 706b2f3765
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 |