mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
commit
9e83921872
1 changed files with 2 additions and 0 deletions
|
@ -418,6 +418,8 @@ task createExternalExtensions(type: Copy) {
|
||||||
group 'private'
|
group 'private'
|
||||||
description "Creates directory of extensions that are external to the installation zip (does not clean up artifacts) [gradle/root/distribution.gradle]"
|
description "Creates directory of extensions that are external to the installation zip (does not clean up artifacts) [gradle/root/distribution.gradle]"
|
||||||
|
|
||||||
|
dependsOn assembleSource
|
||||||
|
|
||||||
destinationDir new File(DISTRIBUTION_DIR.getPath(), "external_extensions")
|
destinationDir new File(DISTRIBUTION_DIR.getPath(), "external_extensions")
|
||||||
|
|
||||||
// Make sure that we don't try to copy the same file with the same path.
|
// Make sure that we don't try to copy the same file with the same path.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue