mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-12 23:23:17 +00:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
commit
6d0081c69f
@ -257,7 +257,7 @@ public class VSCodeProjectScript extends GhidraScript {
|
||||
private void writeSampleModule(File installDir, File projectDir) throws IOException {
|
||||
// Copy Skeleton and rename module
|
||||
String skeleton = "Skeleton";
|
||||
File skeletonDir = new File(installDir, "Extensions/Ghidra/skeleton");
|
||||
File skeletonDir = new File(installDir, "Extensions/Ghidra/Skeleton");
|
||||
FileUtils.copyDirectory(skeletonDir, projectDir);
|
||||
|
||||
// Rename package
|
||||
|
Loading…
Reference in New Issue
Block a user