mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
fix
This commit is contained in:
parent
8e09231eda
commit
cc9fb24116
2 changed files with 9 additions and 14 deletions
|
@ -39,6 +39,10 @@ rootProject.PLATFORMS.each { platform ->
|
|||
t.from ("${p.projectDir}/Linux/server") {
|
||||
into "server"
|
||||
}
|
||||
t.from ("${rootProject.projectDir}") {
|
||||
include "gradlew"
|
||||
into "support/gradle"
|
||||
}
|
||||
t.from (p.file("Linux/ghidraRun"))
|
||||
}
|
||||
|
||||
|
@ -49,8 +53,12 @@ rootProject.PLATFORMS.each { platform ->
|
|||
t.from ("${p.projectDir}/Windows/server") {
|
||||
into "server"
|
||||
}
|
||||
t.from ("${rootProject.projectDir}") {
|
||||
include "gradlew.bat"
|
||||
into "support/gradle"
|
||||
}
|
||||
t.from (p.file("Windows/ghidraRun.bat"))
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue