mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-19 04:08:06 +07:00
copyNatives task for iOS
This commit is contained in:
@ -1,3 +1,3 @@
|
|||||||
org.gradle.daemon=true
|
org.gradle.daemon=true
|
||||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||||
archash=c3e170325ca836f1939653ffbc01e76de9c6eb35
|
archash=11e0cde970fb1294b90d29e7597bef2d18e14be8
|
||||||
|
@ -17,6 +17,16 @@ task copyAssets(){
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
task copyNatives(){
|
||||||
|
doLast{
|
||||||
|
copy{
|
||||||
|
from "../../Arc/natives/natives-freetype-ios/libs", "../../Arc/natives/natives-ios/libs"
|
||||||
|
into "libs"
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
task deploy{
|
task deploy{
|
||||||
if(System.getProperty("os.name").contains("Mac")) dependsOn copyAssets
|
if(System.getProperty("os.name").contains("Mac")) dependsOn copyAssets
|
||||||
dependsOn createIPA
|
dependsOn createIPA
|
||||||
|
Reference in New Issue
Block a user