Corrected GPL build issues

This commit is contained in:
ghidra1
2019-06-13 14:06:13 -04:00
parent a524ae4d7c
commit 3b999fd86e
7 changed files with 66 additions and 18 deletions
+13
View File
@@ -0,0 +1,13 @@
apply from: "$rootProject.projectDir/gradle/distributableGhidraModule.gradle"
rootProject.assembleDistribution {
def p = this.project
def zipPath = getZipPath(p)
from (p.projectDir.toString()) {
exclude "bin"
exclude "build"
into { zipPath }
}
}