Merge branch 'GP-2282_ryanmkurtz_ghidrascripts' into patch

This commit is contained in:
Ryan Kurtz
2022-07-20 12:52:32 -04:00
@@ -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);
}