1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2025-02-21 20:18:06 +07:00

why does this work locally

This commit is contained in:
Anuken 2021-04-20 21:01:56 -04:00 committed by GitHub
parent fc68a8af19
commit f14d4d91b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,8 +119,6 @@ android{
if(!project.ext.hasSprites()){
println "Scheduling sprite pack."
run.dependsOn ":tools:pack"
deploy.dependsOn ":tools:pack"
assembleDebug.dependsOn ":tools:pack"
assembleRelease.dependsOn ":tools:pack"
}