[*] Linux regression
This commit is contained in:
parent
a5febd5cb6
commit
d7386a591a
@ -14,6 +14,7 @@ local function resolvePathAbs2(key, rootKey)
|
|||||||
local val = auGetSetting(key)
|
local val = auGetSetting(key)
|
||||||
if (not val) then return end
|
if (not val) then return end
|
||||||
local path = os.realpath(auGetSetting(rootKey) .. val)
|
local path = os.realpath(auGetSetting(rootKey) .. val)
|
||||||
|
if (not path) then path = auGetSetting(rootKey) .. val end
|
||||||
local key2 = "sAbs" .. key:sub(5)
|
local key2 = "sAbs" .. key:sub(5)
|
||||||
if (Aurora.Settings[key2]) then return Aurora.Settings[key2] end
|
if (Aurora.Settings[key2]) then return Aurora.Settings[key2] end
|
||||||
Aurora.Settings[key2] = path
|
Aurora.Settings[key2] = path
|
||||||
|
Loading…
Reference in New Issue
Block a user