auto-add-overlay for resources

This commit is contained in:
Cloudburst 2022-08-17 21:12:06 +02:00 committed by GitHub
parent 73eb0a1c2f
commit 964c425973
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -48,10 +48,11 @@ abstract class CompileResourcesTask : Exec() {
)
args("-R", tmpRes.path)
args("--manifest", manifestFile.asFile.get().path)
args("--auto-add-overlay")
args("-o", outputFile.asFile.get().path)
execute()
}
tmpRes.delete()
}
}
}