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
642536fc46
commit
266c987de7
1 changed files with 1 additions and 0 deletions
|
@ -175,6 +175,7 @@ tasks.register<Zip>("buildZip") {
|
|||
into("$friendlyName/Source/${rootProject.name}") {
|
||||
from(project.projectDir.parentFile.resolve("Source/${rootProject.name}"))
|
||||
excludes.add("**/obj/**")
|
||||
excludes.add("**/bin/**")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue