mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-02-16 07:30:16 +00:00
fixed extension zips to include LICENSE.txt file
This commit is contained in:
parent
11943eb091
commit
c9d3f7b838
@ -94,11 +94,14 @@ task zipExtensions (type: Zip) {
|
||||
into { getBaseProjectName(p) + "/data" }
|
||||
}
|
||||
|
||||
from (p.projectDir.toString() + "/build/LICENSE.txt") {
|
||||
into { getBaseProjectName(p) }
|
||||
}
|
||||
|
||||
/////////////////
|
||||
// NATIVES
|
||||
/////////////////
|
||||
project.OS_NAMES.each { platform ->
|
||||
|
||||
project.OS_NAMES.each { platform ->
|
||||
from (p.projectDir.toString() + "/os/$platform") {
|
||||
into { getBaseProjectName(p) + "/os/$platform" }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user