mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-22 04:05:39 +00:00
fixed so that LICENSE.txt is included in extension zips
This commit is contained in:
parent
7c867cb19d
commit
0190825e01
@ -765,6 +765,11 @@ subprojects { p ->
|
||||
from (p.projectDir.toString() + "/build/data") {
|
||||
into { getBaseProjectName(p) + "/data" }
|
||||
}
|
||||
|
||||
// copy the LICENSE.txt file into the extension zip
|
||||
from (p.projectDir.toString() + "/build/LICENSE.txt") {
|
||||
into { getBaseProjectName(p) }
|
||||
}
|
||||
|
||||
/////////////////
|
||||
// NATIVES
|
||||
|
Loading…
Reference in New Issue
Block a user