mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-03-26 09:42:48 +01:00
afaef
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user