Skip to content

Commit

Permalink
update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
way-zer committed Aug 11, 2022
1 parent 2c89b19 commit 2e374df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ val jarAndroid = tasks.create("jarAndroid") {
}
}

tasks.create("install", Copy::class.java) {
tasks.create("devInstall", Copy::class.java) {
dependsOn(shadowTask)
from(shadowTask.archiveFile.get())
into(System.getenv("AppData") + "/mindustry/mods")
Expand Down

0 comments on commit 2e374df

Please sign in to comment.