Skip to content

Commit 41c4b9e

Browse files
committed
added file displayname
1 parent a582c14 commit 41c4b9e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ def changelogFile = file("build/changelog.txt")
144144

145145
publishMods {
146146
file = jar.archiveFile
147+
displayName = "${mod_name.replace(' ','')}-${minecraft_version} ${mod_version}"
147148
if (changelogFile.exists()) {
148149
changelog.set(changelogFile.getText())
149150
}

0 commit comments

Comments
 (0)