mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 16:36:15 +00:00
Added comment about needing package name to be same as NBM name
This commit is contained in:
parent
e50da488f9
commit
ebb7c2e28a
@ -475,6 +475,9 @@ public final class IngestModuleLoader {
|
|||||||
|
|
||||||
for (final ModuleInfo moduleInfo : moduleInfos) {
|
for (final ModuleInfo moduleInfo : moduleInfos) {
|
||||||
if (moduleInfo.isEnabled()) {
|
if (moduleInfo.isEnabled()) {
|
||||||
|
/* NOTE: We have an assumption here that the modules in an NBM will
|
||||||
|
* have the same package name as the NBM name. This means that
|
||||||
|
* an NBM can have only one package with modules in it. */
|
||||||
String basePackageName = moduleInfo.getCodeNameBase();
|
String basePackageName = moduleInfo.getCodeNameBase();
|
||||||
|
|
||||||
// skip the standard ones
|
// skip the standard ones
|
||||||
|
Loading…
x
Reference in New Issue
Block a user