mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-26 19:33:44 +08:00
Corrected GPL build issues
This commit is contained in:
@@ -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 }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user