mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-02 20:33:50 +07:00
Disabled asset copying on non-iOS platforms
This commit is contained in:
parent
a240c00ebf
commit
d860977144
@ -1,3 +1,3 @@
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=7f42d930e71cad9bf0f461d0cc92c4963fcc8067
|
||||
archash=206fe4eda06f42e80277ee8d6bd85606fc32b1c9
|
||||
|
@ -37,7 +37,7 @@ task copyAssets(){
|
||||
}
|
||||
|
||||
task deploy{
|
||||
dependsOn copyAssets
|
||||
if(System.getProperty("os.name").contains("Mac")) dependsOn copyAssets
|
||||
dependsOn createIPA
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user