This commit is contained in:
Igor Timofeev
2015-10-30 08:33:49 +03:00
parent 7fc737dbe3
commit 8d0aee91ee

View File

@@ -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()