1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-09-20 04:47:54 +03:00
This commit is contained in:
Anuken 2021-03-29 19:05:55 -04:00
parent 70bcb0a940
commit 5a493ebf0e
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
org.gradle.daemon=true
org.gradle.jvmargs=-Xms256m -Xmx1024m
archash=11e0cde970fb1294b90d29e7597bef2d18e14be8
archash=8bbe80acf688567b55aa549bf19d6aa76b2a0796

View File

@ -32,7 +32,7 @@ task deploy{
dependsOn createIPA
}
//must pack before deployment, as iOS does never has the latest sprites.
//must pack before deployment, as iOS never has the latest sprites.
copyAssets.dependsOn ":tools:pack"
launchIPhoneSimulator.dependsOn build
launchIPadSimulator.dependsOn build