account filename for linux build
This commit is contained in:
parent
789038d24f
commit
ecdeab919c
|
@ -32,7 +32,7 @@ function VersionInfoPage:new(o)
|
||||||
|
|
||||||
local this = Inherit(self, o, ServicePage)
|
local this = Inherit(self, o, ServicePage)
|
||||||
|
|
||||||
local logStr = ReadGameFile("log_usc-game.exe.txt")
|
local logStr = ReadGameFile("log_usc-game.exe.txt") or ReadGameFile("log_usc-game.txt")
|
||||||
|
|
||||||
local list = ListField:new{selectedIndex = 2, locked = true}
|
local list = ListField:new{selectedIndex = 2, locked = true}
|
||||||
list:addField(ServiceField:new{label = "SKIN ID CODE", value = Version.getLongVersion(), MARGIN = {0, 0, 0, 24}})
|
list:addField(ServiceField:new{label = "SKIN ID CODE", value = Version.getLongVersion(), MARGIN = {0, 0, 0, 24}})
|
||||||
|
|
Loading…
Reference in New Issue