Skip to content

Commit

Permalink
feat: Add 7Zip archive format
Browse files Browse the repository at this point in the history
  • Loading branch information
lj3954 committed Sep 3, 2024
1 parent 37ebe30 commit 3b658f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions quickget/core/src/data_structures.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,6 @@ pub enum ArchiveFormat {
Bz2,
#[serde(rename = "zip")]
Zip,
#[serde(rename = "7z")]
SevenZip,
}

0 comments on commit 3b658f0

Please sign in to comment.