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