mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-06 19:22:40 +01:00
afaef
This commit is contained in:
parent
50f3a2d58d
commit
12178056bf
@ -274,7 +274,7 @@
|
||||
url="IgorTimofeev/OpenComputers/master/lib/ECSAPI.lua",
|
||||
type="Library",
|
||||
preLoadFile=true,
|
||||
version=1.10,
|
||||
version=1.11,
|
||||
},
|
||||
{
|
||||
name="lib/colorlib.lua",
|
||||
|
||||
@ -1181,7 +1181,7 @@ function ecs.newFile(path)
|
||||
fs.makeDirectory(path)
|
||||
local file = io.open(path .. inputs[1], "w"); file:write(""); file:close()
|
||||
local MineOSCore = require("MineOSCore")
|
||||
MineOSCore.safeLaunch(MineOSCore.paths.applications .. "/MineCode IDE.app/MineCode IDE.lua", "open", path)
|
||||
MineOSCore.safeLaunch(MineOSCore.paths.applications .. "/MineCode IDE.app/MineCode IDE.lua", "open", path .. inputs[1])
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user