mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-25 03:18:27 +08:00
Merge branch 'GP-2282_ryanmkurtz_ghidrascripts' into patch
This commit is contained in:
@@ -98,6 +98,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