Skip to content

Commit

Permalink
set pretty name for curseforge
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss committed Jun 4, 2023
1 parent 9286615 commit 027a584
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,7 @@ if (cfApiKey.isPresent() || deploymentDebug.toBoolean()) {
def changelogFile = getChangelog()
def changelogRaw = changelogFile.exists() ? changelogFile.getText('UTF-8') : ""

mainFile.displayName = "${modName}: ${modVersion}"
mainFile.releaseType = getReleaseType()
mainFile.changelog = changelogRaw
mainFile.changelogType = 'markdown'
Expand Down

0 comments on commit 027a584

Please sign in to comment.