You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
[Android] fix generateDevTemplate
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user