diff --git a/Applications.txt b/Applications.txt index 625facbb..194d0b70 100644 --- a/Applications.txt +++ b/Applications.txt @@ -488,19 +488,19 @@ ["version"]=1.0, }, { - ["name"]="MineOS/System/OS/InfoPanel/Правила", + ["name"]="MineOS/System/InfoPanel/Правила", ["url"]="IgorTimofeev/OpenComputers/master/Applications/InfoPanel/Rules.txt", ["type"]="Script", ["version"]=1.0, }, { - ["name"]="MineOS/System/OS/InfoPanel/Главная", + ["name"]="MineOS/System/InfoPanel/Главная", ["url"]="IgorTimofeev/OpenComputers/master/Applications/InfoPanel/Main.txt", ["type"]="Script", ["version"]=1.0, }, { - ["name"]="MineOS/System/OS/InfoPanel/ССПИ", + ["name"]="MineOS/System/InfoPanel/ССПИ", ["url"]="IgorTimofeev/OpenComputers/master/Applications/InfoPanel/SSPI.txt", ["type"]="Script", ["version"]=1.0, diff --git a/Applications/Autorun/Autorun.lua b/Applications/Autorun/Autorun.lua index 8ad0781a..0b25b3c3 100644 --- a/Applications/Autorun/Autorun.lua +++ b/Applications/Autorun/Autorun.lua @@ -16,7 +16,7 @@ local oldPixels = ecs.rememberOldPixels(x, y, x + width - 1, y + height - 1) local dataWidth, dataHeight = width - 6, height - 14 local drawListFrom = 1 local selectedObject = 3 -local pathToList = "System/AutorunManager/Filelist.txt" +local pathToList = "MineOS/System/AutorunManager/Filelist.txt" local autorunObjects = { -- { path = "OS.lua", enabled = true, size = 30 }, -- { path = "Cyka/Home.lua", enabled = true, size = 30 },