mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-11 18:39:16 +07:00
Fix sprite packing typo (#4016)
This commit is contained in:
parent
9a777f3ce5
commit
cfd67bb1fc
@ -51,7 +51,7 @@ task dist(type: Jar, dependsOn: configurations.runtimeClasspath){
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(!project.ext.hasSprites()){
|
if(!project.ext.hasSprites()){
|
||||||
println "Scheduling sprite packi."
|
println "Scheduling sprite packing."
|
||||||
run.dependsOn ":tools:pack"
|
run.dependsOn ":tools:pack"
|
||||||
dist.dependsOn ":tools:pack"
|
dist.dependsOn ":tools:pack"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user