feat: use new patch naming convention

This commit is contained in:
oSumAtrIX
2023-07-10 18:49:40 +02:00
parent 9c148c96bf
commit f6c221d72d
3 changed files with 4 additions and 5 deletions

View File

@@ -241,7 +241,7 @@ internal object MainCommand : Runnable {
}
// Add patch name
val patchName = patch.patchName.padStart(25)
val patchName = patch.patchName.lowercase().replace(" ", "-").padStart(25)
append(patchName)
// Add description if flag is set.