mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-24 13:21:22 +08:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
@@ -87,6 +87,11 @@ public class BundleHost {
|
||||
bundle = add(bundleFile, true, false);
|
||||
return true;
|
||||
}
|
||||
if (bundleFile.exists() && bundle instanceof GhidraPlaceholderBundle) {
|
||||
remove(bundle);
|
||||
add(bundleFile, true, false);
|
||||
return true;
|
||||
}
|
||||
return enable(bundle);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user