1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

[Android] fix generateDevTemplate

(cherry picked from commit 0477256793)
This commit is contained in:
thebestnom
2021-04-28 21:59:42 +03:00
committed by Rémi Verschelde
parent 31bc9d859b
commit 8dc3d5eb7a

View File

@@ -112,7 +112,7 @@ task copyReleaseAARToBin(type: Copy) {
* The zip file also includes some gradle tools to allow building of the custom build.
*/
task zipCustomBuild(type: Zip) {
dependsOn ':generateGodotTemplates'
onlyIf { generateGodotTemplates.state.executed || generateDevTemplate.state.executed }
doFirst {
logger.lifecycle("Generating Godot custom build template")
}