[*] Replace ugly concat with string.format
This commit is contained in:
parent
447c8ea15c
commit
45e42e7122
@ -104,7 +104,7 @@ if (string.find(projCfg, "|")) then
|
||||
projCfg = projCfg:match("([^,]+)|([^,]+)")
|
||||
end
|
||||
|
||||
local targetName = projName .. "." .. projCfg .. "." .. projPlatform .. "." .. projArch
|
||||
local targetName = string.format("%s.%s.%s.%s", projName, projCfg, projPlatform, projArch)
|
||||
local fileName = targetName
|
||||
|
||||
local platform = Aurora.Platforms[projPlatform]
|
||||
|
Loading…
Reference in New Issue
Block a user