Skip to content

Commit

Permalink
how did i not catch this
Browse files Browse the repository at this point in the history
  • Loading branch information
Dueris committed Oct 1, 2023
1 parent b2ced43 commit 68845c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mixin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ task copyToLib(type: Copy, dependsOn: [jar, reobfJar]) {
include '**/*.jar'
rename { fileName ->
if (fileName.startsWith("")) {
fileName = fileName.replace("mixin", "genesis-mixn")
fileName = fileName.replace("mixin", "genesis-mixin")
}
fileName
}
Expand Down

0 comments on commit 68845c5

Please sign in to comment.