Add jar to zip adapter

pull/76/head
MoonFruit 4 years ago committed by GitHub
parent baca166fda
commit e39fdff1af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 {

Loading…
Cancel
Save