Skip to content

Commit

Permalink
switch from p7zip to 7zip
Browse files Browse the repository at this point in the history
  • Loading branch information
stkw0 committed Nov 3, 2024
1 parent d386349 commit b83242f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extractors/sevenzip.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use crate::extractors;
/// ```
pub fn sevenzip_extractor() -> extractors::common::Extractor {
extractors::common::Extractor {
utility: extractors::common::ExtractorType::External("7z".to_string()),
utility: extractors::common::ExtractorType::External("7zz".to_string()),
extension: "bin".to_string(),
arguments: vec![
"x".to_string(), // Perform extraction
Expand Down

0 comments on commit b83242f

Please sign in to comment.