1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-09-20 04:47:54 +03:00

Disabled asset copying on non-iOS platforms

This commit is contained in:
Anuken 2020-04-12 17:53:19 -04:00
parent a240c00ebf
commit d860977144
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=7f42d930e71cad9bf0f461d0cc92c4963fcc8067
archash=206fe4eda06f42e80277ee8d6bd85606fc32b1c9

View File

@ -37,7 +37,7 @@ task copyAssets(){
}
task deploy{
dependsOn copyAssets
if(System.getProperty("os.name").contains("Mac")) dependsOn copyAssets
dependsOn createIPA
}