mirror of
https://gitgud.io/Stardust3D/rjw-patch-autopsy.git
synced 2024-08-15 00:43:41 +00:00
removed libraries from release zip
This commit is contained in:
parent
0c59120685
commit
d631f2568d
1 changed files with 1 additions and 0 deletions
|
@ -169,6 +169,7 @@ tasks.register<Zip>("buildZip") {
|
||||||
into("$friendlyName/Source/${rootProject.name}") {
|
into("$friendlyName/Source/${rootProject.name}") {
|
||||||
from(project.projectDir.parentFile.resolve("Source/${rootProject.name}"))
|
from(project.projectDir.parentFile.resolve("Source/${rootProject.name}"))
|
||||||
excludes.add("**/obj/**")
|
excludes.add("**/obj/**")
|
||||||
|
excludes.add("**/bin/**")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue