Fix pfs.xxx extract problem

This commit is contained in:
2025-07-22 20:58:07 +08:00
parent c9aae34325
commit f4b10051a1
3 changed files with 53 additions and 5 deletions

View File

@@ -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