From 6d8b61c83cc70a0bda40d2e522c8d162f3b12637 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Tue, 29 Sep 2015 06:39:32 +0300 Subject: [PATCH] Update Installer.lua --- Applications/Installer.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Applications/Installer.lua b/Applications/Installer.lua index 0e3e9b5a..167cec73 100644 --- a/Applications/Installer.lua +++ b/Applications/Installer.lua @@ -14,6 +14,7 @@ local applications = { { "https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/ECSAPI.lua", "lib/ECSAPI.lua" }, { "https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/context.lua", "lib/context.lua" }, { "https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/palette.lua", "lib/palette.lua" }, + { "https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/image.lua", "lib/image.lua" }, { "https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Applications/Photoshop/Photoshop.lua", "Photoshop.lua" }, }