removed libraries from release zip

This commit is contained in:
Stardust3D 2024-05-07 17:28:33 +02:00
parent 642536fc46
commit 266c987de7

View file

@ -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/**")
}
}