removed libraries from release zip

This commit is contained in:
Lorolas 2024-05-07 17:28:33 +02:00
parent f31db7f526
commit 8ea03bf11e
1 changed files with 1 additions and 0 deletions

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