mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 07:26:49 +01:00
Minor fixes for releasing otclient
This commit is contained in:
@@ -10,7 +10,7 @@ function Background.init()
|
||||
|
||||
local clientVersionLabel = background:getChildById('clientVersionLabel')
|
||||
clientVersionLabel:setText('OTClient ' .. g_app.getVersion() .. '\n' ..
|
||||
'Rev ' .. g_app.getBuildRevision() .. '\n' ..
|
||||
'Rev ' .. g_app.getBuildRevision() .. ' ('.. g_app.getBuildCommit() .. ')\n' ..
|
||||
'Protocol ' .. g_game.getProtocolVersion() .. '\n' ..
|
||||
'Built on ' .. g_app.getBuildDate())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user