removed libraries from release zip

This commit is contained in:
Stardust3D 2024-05-07 17:08:32 +02:00
parent 0c59120685
commit d631f2568d
1 changed files with 1 additions and 0 deletions

View File

@ -169,6 +169,7 @@ tasks.register<Zip>("buildZip") {
into("$friendlyName/Source/${rootProject.name}") {
from(project.projectDir.parentFile.resolve("Source/${rootProject.name}"))
excludes.add("**/obj/**")
excludes.add("**/bin/**")
}
}