From 8d0aee91ee740a94a55c0f9dc19229d68ea30612 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Fri, 30 Oct 2015 08:33:49 +0300 Subject: [PATCH] afaef --- lib/ECSAPI.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ECSAPI.lua b/lib/ECSAPI.lua index b581a0b5..99951b95 100644 --- a/lib/ECSAPI.lua +++ b/lib/ECSAPI.lua @@ -1577,10 +1577,10 @@ function ECSAPI.launchIcon(path, arguments) end --Если это фоточка elseif fileFormat == ".pic" then - shell.execute("Photoshop.app/Photoshop.lua open "..path) + shell.execute("MineOS/Applications/Photoshop.app/Photoshop.lua open "..path) --Если это фоточка elseif fileFormat == ".jpg" then - shell.execute("Photoshop.app/Photoshop.lua open "..path) + shell.execute("MineOS/Applications/Photoshop.app/Photoshop.lua open "..path) --Если это текст или конфиг или языковой elseif fileFormat == ".txt" or fileFormat == ".cfg" or fileFormat == ".lang" then ECSAPI.prepareToExit()