Skip to content

Commit

Permalink
t13
Browse files Browse the repository at this point in the history
  • Loading branch information
Ecdcaeb authored Apr 21, 2024
1 parent a22b989 commit 5228b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,7 @@ project(':cleanroom') {
duplicatesStrategy = 'exclude'
exclude("big_logo.png") // Remove Forge Logo
}
from(rootProject.file('installer_big_logo.png').output) {
from(rootProject.file('installer_big_logo.png')) {
rename { "big_logo.png" }
}
}
Expand Down

0 comments on commit 5228b3a

Please sign in to comment.