mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
changed patch directory
and updated distribution.gradle to copy patch/README.txt
This commit is contained in:
parent
5de10ed2a9
commit
9857ade2fe
2 changed files with 9 additions and 8 deletions
|
@ -88,13 +88,7 @@ public class GhidraLauncher {
|
|||
private static void addPatchPaths(List<String> pathList, Collection<ResourceFile> appRootDirs) {
|
||||
|
||||
for (ResourceFile rootDir : appRootDirs) {
|
||||
|
||||
ResourceFile dir = new ResourceFile(rootDir, "bin");
|
||||
if (dir.exists()) {
|
||||
pathList.add(dir.getAbsolutePath());
|
||||
}
|
||||
|
||||
ResourceFile debugLibDir = new ResourceFile(rootDir, "lib");
|
||||
ResourceFile debugLibDir = new ResourceFile(rootDir, "patch");
|
||||
if (debugLibDir.exists()) {
|
||||
pathList.addAll(findJarsInDir(debugLibDir));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue