mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GP-1016: Fixing single jar mode exception
This commit is contained in:
parent
a3f3f7eb82
commit
2eea089265
3 changed files with 26 additions and 12 deletions
|
@ -232,10 +232,11 @@ public class GhidraLauncher {
|
|||
typePriorityMap.put("Framework", 0);
|
||||
typePriorityMap.put("Configurations", 1);
|
||||
typePriorityMap.put("Features", 2);
|
||||
typePriorityMap.put("Processors", 3);
|
||||
typePriorityMap.put("GPL", 4);
|
||||
typePriorityMap.put("Extensions", 5);
|
||||
typePriorityMap.put("Test", 6);
|
||||
typePriorityMap.put("Debug", 3);
|
||||
typePriorityMap.put("Processors", 4);
|
||||
typePriorityMap.put("GPL", 5);
|
||||
typePriorityMap.put("Extensions", 6);
|
||||
typePriorityMap.put("Test", 7);
|
||||
|
||||
String type1 = module1.getModuleRoot().getParentFile().getName();
|
||||
String type2 = module2.getModuleRoot().getParentFile().getName();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue