Add jar to zip adapter

This commit is contained in:
MoonFruit 2020-10-22 17:59:09 +08:00 committed by GitHub
parent baca166fda
commit e39fdff1af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ use anyhow::*;
use lazy_static::lazy_static;
use log::*;
static EXTENSIONS: &[&str] = &["zip"];
static EXTENSIONS: &[&str] = &["zip", "jar"];
lazy_static! {
static ref METADATA: AdapterMeta = AdapterMeta {