[*] Migrate more hardcoded paths
This commit is contained in:
parent
8779d9596d
commit
c81f298a99
@ -74,8 +74,8 @@ local function addVisit(ina)
|
||||
|
||||
local remoteLua = path .. "/Aurora.lua"
|
||||
local remoteJson = path .. "/Aurora.json"
|
||||
local localJson = cwd .. "/Build_UserScripts/" .. args.name .. ".aurora.json"
|
||||
local localLua = cwd .. "/Build_UserScripts/" .. args.name .. ".aurora.lua"
|
||||
local localJson = cwd .. Aurora.Settings.sRelRepoScripts .. "/" .. args.name .. ".aurora.json"
|
||||
local localLua = cwd .. Aurora.Settings.sRelRepoScripts .. "/" .. args.name .. ".aurora.lua"
|
||||
|
||||
if (os.isfile(localLua)) then
|
||||
project.processor = auRequireAbs(localLua)(info)
|
||||
@ -376,7 +376,7 @@ end
|
||||
local function addFeature(feature)
|
||||
--print("adding feature ", feature)
|
||||
|
||||
local script = auGetRoot() .. "/Build_Scripts/Features/" .. feature:lower() .. ".lua"
|
||||
local script = Aurora.Settings.sAbsRoot .. Aurora.Settings.sRelScripts .. "/Features/" .. feature:lower() .. ".lua"
|
||||
|
||||
if (not os.isfile(script)) then
|
||||
auFatal("missing feature", feature, script)
|
||||
|
Loading…
Reference in New Issue
Block a user