mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-31 18:16:06 +08:00
Updated comment regarding GhidraDev copy during build
This commit is contained in:
@@ -91,6 +91,8 @@ task cdtUnpack(type:Copy) {
|
|||||||
destinationDir cdtDestDir
|
destinationDir cdtDestDir
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// We do not currently build GhidraDev plugin at Ghidra build time so we must
|
||||||
|
// copy the prebuilt zip file from the BIN_REPO
|
||||||
rootProject.assembleDistribution {
|
rootProject.assembleDistribution {
|
||||||
from ("${BIN_REPO}/GhidraBuild/EclipsePlugins/GhidraDev") {
|
from ("${BIN_REPO}/GhidraBuild/EclipsePlugins/GhidraDev") {
|
||||||
include 'GhidraDev*.zip'
|
include 'GhidraDev*.zip'
|
||||||
|
|||||||
Reference in New Issue
Block a user