mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-25 21:51:47 +00:00
GP-3852: Minor fixes
This commit is contained in:
parent
b639053178
commit
9e9073092b
@ -170,11 +170,9 @@ public class ExtensionTableProvider extends DialogComponentProvider {
|
||||
// A sanity check for users that try to install an extension from a source folder
|
||||
// instead of a fully built extension.
|
||||
if (new File(file, "build.gradle").isFile()) {
|
||||
Msg.showWarn(this, null, "Invalid Extension", "The selected extension folder " +
|
||||
Msg.showWarn(this, null, "Invalid Extension", "The selected extension " +
|
||||
"contains a 'build.gradle' file.\nGhidra does not support installing " +
|
||||
"extensions in source form.\nPlease build the extension and install its zip " +
|
||||
"file.");
|
||||
didInstall = false;
|
||||
"extensions in source form.\nPlease build the extension and try again.");
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user