Merge pull request #76 from moonfruit/master

Add jar to zip adapter
This commit is contained in:
phiresky 2023-05-25 16:47:31 +02:00 committed by GitHub
commit 8a00919b16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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