mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-05 23:20:27 +07:00
copyNatives before iOS copyAssets
This commit is contained in:
parent
2096d006be
commit
aaa41fbf72
@ -1,3 +1,3 @@
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=c3e170325ca836f1939653ffbc01e76de9c6eb35
|
||||
archash=8bbe80acf688567b55aa549bf19d6aa76b2a0796
|
||||
|
@ -34,6 +34,7 @@ task deploy{
|
||||
|
||||
//must pack before deployment, as iOS never has the latest sprites.
|
||||
copyAssets.dependsOn ":tools:pack"
|
||||
copyAssets.dependsOn copyNatives
|
||||
launchIPhoneSimulator.dependsOn build
|
||||
launchIPadSimulator.dependsOn build
|
||||
launchIOSDevice.dependsOn build
|
||||
|
Loading…
Reference in New Issue
Block a user