Corrected bad copy of extension os artifacts into distro

This commit is contained in:
ghidra1
2019-04-25 16:53:25 -04:00
parent e5dafdd5aa
commit 2c05dc5089
+1 -1
View File
@@ -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") {