diff --git a/.DS_Store b/.DS_Store index 3329d6b2..82743031 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/Applications.txt b/Applications.txt index 119c2e94..2f806f88 100644 --- a/Applications.txt +++ b/Applications.txt @@ -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", diff --git a/lib/ECSAPI.lua b/lib/ECSAPI.lua index f47f6fda..d8690332 100755 --- a/lib/ECSAPI.lua +++ b/lib/ECSAPI.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