mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-09 06:18:46 +08:00
Fix pfs.xxx extract problem
This commit is contained in:
@@ -257,6 +257,11 @@ pub trait Script: std::fmt::Debug {
|
||||
Ok(Box::new(std::iter::empty()))
|
||||
}
|
||||
|
||||
/// Returns output extension for archive output folder.
|
||||
fn archive_output_ext<'a>(&'a self) -> Option<&'a str> {
|
||||
None
|
||||
}
|
||||
|
||||
#[cfg(feature = "image")]
|
||||
fn is_image(&self) -> bool {
|
||||
false
|
||||
|
||||
Reference in New Issue
Block a user