mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-03-09 08:20:55 -07:00
Fixed packing
This commit is contained in:
parent
41edbd338d
commit
628efdc6f2
2 changed files with 4 additions and 3 deletions
|
|
@ -26,4 +26,4 @@ org.gradle.caching=true
|
|||
org.gradle.internal.http.socketTimeout=100000
|
||||
org.gradle.internal.http.connectionTimeout=100000
|
||||
android.enableR8.fullMode=false
|
||||
archash=faea4bb1a6
|
||||
archash=4acbc97ec1
|
||||
|
|
|
|||
|
|
@ -136,8 +136,9 @@ task pack(dependsOn: [classes, configurations.runtimeClasspath]){
|
|||
|
||||
//run generation task; generate all needed sprites
|
||||
file(genFolder).mkdirs()
|
||||
javaexec{
|
||||
main = "mindustry.tools.ImagePacker"
|
||||
|
||||
project.services.get(ExecOperations).javaexec{
|
||||
mainClass = "mindustry.tools.ImagePacker"
|
||||
classpath = sourceSets.main.runtimeClasspath
|
||||
workingDir = genFolder
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue