[Android] fix generateDevTemplate
This commit is contained in:
parent
fd7141fc03
commit
0477256793
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue