mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
Old module name mapped with the new module name
This commit is contained in:
parent
d57c16d97f
commit
7b8b2431f3
@ -269,6 +269,9 @@ public class IngestJobSettings {
|
|||||||
case "E01 Verify": //NON-NLS
|
case "E01 Verify": //NON-NLS
|
||||||
moduleNames.add("E01 Verifier"); //NON-NLS
|
moduleNames.add("E01 Verifier"); //NON-NLS
|
||||||
break;
|
break;
|
||||||
|
case "Archive Extractor": //NON-NLS
|
||||||
|
moduleNames.add("Embedded File Extractor");
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
moduleNames.add(name);
|
moduleNames.add(name);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user