From d9edff82780dd527e87a2fd30ba5bdfe3780bd86 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Fri, 30 Oct 2015 07:45:22 +0300 Subject: [PATCH] aefae --- Installer/Installer.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Installer/Installer.lua b/Installer/Installer.lua index 49d173f4..f20df060 100644 --- a/Installer/Installer.lua +++ b/Installer/Installer.lua @@ -195,10 +195,10 @@ if not fs.exists("MineOS/System/OS/Installer/OK.pic") or not fs.exists("MineOS/S local preLoadApi = { { paste = "IgorTimofeev/OpenComputers/master/lib/config.lua", path = "lib/config.lua" }, - { paste = "IgorTimofeev/OpenComputers/master/Installer/Languages.pic", path = "MineOS/System/OS/Icons/Languages.pic" }, - { paste = "IgorTimofeev/OpenComputers/master/Installer/OK.pic", path = "MineOS/System/OS/Icons/OK.pic" }, - { paste = "IgorTimofeev/OpenComputers/master/Installer/Downloading.pic", path = "MineOS/System/OS/Icons/Downloading.pic" }, - { paste = "IgorTimofeev/OpenComputers/master/Installer/OS_Logo.pic", path = "MineOS/System/OS/Icons/OS_Logo.pic" }, + { paste = "IgorTimofeev/OpenComputers/master/MineOS/Icons/Languages.pic", path = "MineOS/System/OS/Icons/Languages.pic" }, + { paste = "IgorTimofeev/OpenComputers/master/MineOS/Icons/OK.pic", path = "MineOS/System/OS/Icons/OK.pic" }, + { paste = "IgorTimofeev/OpenComputers/master/MineOS/Icons/Downloading.pic", path = "MineOS/System/OS/Icons/Downloading.pic" }, + { paste = "IgorTimofeev/OpenComputers/master/MineOS/Icons/OS_Logo.pic", path = "MineOS/System/OS/Icons/OS_Logo.pic" }, } local countOfAll = #preLoadApi