Skip to content

Commit 027a584

Browse files
committed
set pretty name for curseforge
1 parent 9286615 commit 027a584

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,7 @@ if (cfApiKey.isPresent() || deploymentDebug.toBoolean()) {
750750
def changelogFile = getChangelog()
751751
def changelogRaw = changelogFile.exists() ? changelogFile.getText('UTF-8') : ""
752752

753+
mainFile.displayName = "${modName}: ${modVersion}"
753754
mainFile.releaseType = getReleaseType()
754755
mainFile.changelog = changelogRaw
755756
mainFile.changelogType = 'markdown'

0 commit comments

Comments
 (0)