Merge pull request #213 from sweetbbak/master

add .xpi file extension to .zip adapters
master
phiresky 2 months ago committed by GitHub
commit 4ec79b7003
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save