mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-04-09 13:22:37 +02:00
Fix typo.
This commit is contained in:
parent
b74c00ea65
commit
a271898744
@ -133,7 +133,7 @@ task copyReleaseAARToAppModule(type: Copy) {
|
|||||||
* Depends on the library build task to ensure the AAR file is generated prior to copying.
|
* Depends on the library build task to ensure the AAR file is generated prior to copying.
|
||||||
*/
|
*/
|
||||||
task copyReleaseAARToBin(type: Copy) {
|
task copyReleaseAARToBin(type: Copy) {
|
||||||
dependsOn ':lib:assembleToolsDisabledRelease'
|
dependsOn ':lib:assembleTemplateRelease'
|
||||||
from('lib/build/outputs/aar')
|
from('lib/build/outputs/aar')
|
||||||
into(binDir)
|
into(binDir)
|
||||||
include('godot-lib.release.aar')
|
include('godot-lib.release.aar')
|
||||||
|
Loading…
Reference in New Issue
Block a user