mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-30 22:49:06 +07:00
Removed atlas outputs
This commit is contained in:
@ -152,3 +152,10 @@ task run(type: Exec){
|
||||
def adb = path + "/platform-tools/adb"
|
||||
commandLine "$adb", 'shell', 'am', 'start', '-n', 'io.anuke.mindustry/mindustry.android.AndroidLauncher'
|
||||
}
|
||||
|
||||
if(!project.ext.hasSprites()){
|
||||
println "Re-packing sprites."
|
||||
run.dependsOn ":tools:pack"
|
||||
assembleRelease.dependsOn ":tools:pack"
|
||||
assembleDebug.dependsOn ":tools:pack"
|
||||
}
|
Reference in New Issue
Block a user