mirror of
https://gitgud.io/Stardust3D/rjw-plasticsurgeries.git
synced 2024-08-14 23:57:25 +00:00
removed libraries from release zip
This commit is contained in:
parent
f31db7f526
commit
8ea03bf11e
1 changed files with 1 additions and 0 deletions
|
@ -175,6 +175,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…
Reference in a new issue