Get credits GUI to function properly
This commit is contained in:
parent
28ec395978
commit
4acb0baa7a
8 changed files with 129 additions and 29 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue