mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-22 08:57:34 +01:00
Fix android editor build.
This commit is contained in:
parent
063419321d
commit
535184f230
@ -221,9 +221,11 @@ def generateBuildTasks(String flavor = "template") {
|
||||
tasks += "copy${capitalizedTarget}BinaryToBin"
|
||||
} else {
|
||||
// Copy the generated editor apk to the bin directory.
|
||||
tasks += "copyEditor${capitalizedTarget}ApkToBin"
|
||||
//tasks += "copyEditor${capitalizedTarget}ApkToBin"
|
||||
// Copy the generated editor aab to the bin directory.
|
||||
tasks += "copyEditor${capitalizedTarget}AabToBin"
|
||||
//tasks += "copyEditor${capitalizedTarget}AabToBin"
|
||||
|
||||
tasks += "copyEditor${capitalizedTarget}BinaryToBin"
|
||||
}
|
||||
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user