mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-07 21:38:58 +08:00
add kr simpile crypt support
This commit is contained in:
@@ -169,7 +169,7 @@ pub trait Script: std::fmt::Debug {
|
||||
!matches!(output, OutputScriptType::Custom)
|
||||
}
|
||||
|
||||
fn custom_output_extension(&self) -> &'static str {
|
||||
fn custom_output_extension<'a>(&'a self) -> &'a str {
|
||||
""
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user