Merge branches 'asset-manager' and 'master' of https://github.com/Anuken/Mindustry

This commit is contained in:
Anuken
2019-08-27 19:40:13 -04:00
4 changed files with 27 additions and 2 deletions

View File

@@ -36,6 +36,12 @@ task copyAssets(){
}
}
task deploy{
dependsOn copyAssets
dependsOn createIPA
}
build.dependsOn copyAssets
launchIPhoneSimulator.dependsOn build