GP-3247: pull-request (re-arranged)

This commit is contained in:
d-millar 2023-03-23 11:27:47 -04:00
parent b3f1c1f98e
commit 3d58e4ac36
3 changed files with 16 additions and 6 deletions

View file

@ -45,6 +45,7 @@ sourceSets {
rootProject.assembleDistribution { rootProject.assembleDistribution {
from (this.project.projectDir.toString()) { from (this.project.projectDir.toString()) {
include "src/**" include "src/**"
include "*.sh"
include "*.txt" include "*.txt"
into { getZipPath(this.project) } into { getZipPath(this.project) }
} }

View file

@ -1,4 +1,19 @@
#!/usr/bin/env bash #!/usr/bin/env bash
## ###
# IP: GHIDRA
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
##
# This script will download lldb from homebrew and # This script will download lldb from homebrew and
# build the Ghidra JNI bindings for this version of # build the Ghidra JNI bindings for this version of
# lldb. It will then patch your Ghidra distribution # lldb. It will then patch your Ghidra distribution

View file

@ -42,12 +42,6 @@ rootProject.PLATFORMS.each { platform ->
t.from (p.file("Linux/ghidraRun")) t.from (p.file("Linux/ghidraRun"))
} }
if (isMac(platform.name)) {
t.from ("${p.projectDir}/macOS/support") {
into "support"
}
}
if (isWindows(platform.name)) { if (isWindows(platform.name)) {
t.from ("${p.projectDir}/Windows/support") { t.from ("${p.projectDir}/Windows/support") {
into "support" into "support"