mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-26 04:16:00 +08:00
Corrected bad copy of extension os artifacts into distro
This commit is contained in:
@@ -501,7 +501,7 @@ project.OS_NAMES.each { platform ->
|
||||
// GHIDRA PROJECTS
|
||||
/////////////////
|
||||
subprojects { p ->
|
||||
if (isGhidra(p)) {
|
||||
if (isGhidra(p) && !isExtension(p)) {
|
||||
|
||||
// the getZipPath calls here are not in closures because we are already in a taskGraph.whenReady closure
|
||||
from (p.projectDir.toString() + "/build/os/$platform") {
|
||||
|
||||
Reference in New Issue
Block a user