account filename for linux build

This commit is contained in:
Hersi 2022-04-25 22:22:11 +02:00
parent 789038d24f
commit ecdeab919c
1 changed files with 1 additions and 1 deletions

View File

@ -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}})