Get credits GUI to function properly

This commit is contained in:
zontreck 2025-04-05 23:43:51 -07:00
parent 28ec395978
commit 4acb0baa7a
8 changed files with 129 additions and 29 deletions

View file

@ -16,7 +16,7 @@ static def getTime() {
}
// Set version to version property if supplied
String shortVersion = "v1.0"
String shortVersion = "1.0"
if (hasProperty('ver')) {
if (ver.charAt(0) == "v") {
shortVersion = ver.substring(1).toUpperCase()