Update sPhone.lua
This commit is contained in:
parent
b8add8a632
commit
d0857d83a3
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
local function kernel()
|
||||
_G.sPhone = {
|
||||
version = "Alpha 2.13.5",
|
||||
version = "Alpha 2.13.6",
|
||||
user = "Guest",
|
||||
devMode = false,
|
||||
mainTerm = term.current()
|
||||
|
@ -44,6 +44,10 @@ local function kernel()
|
|||
os.loadAPI("/.sPhone/apis/"..v)
|
||||
end
|
||||
end
|
||||
|
||||
local sPath = shell.path()
|
||||
sPath = sPath..":/.sPhone/bin"
|
||||
shell.setPath(sPath)
|
||||
|
||||
if not fs.exists("/.sPhone/autorun") then
|
||||
fs.makeDir("/.sPhone/autorun")
|
||||
|
|
Loading…
Reference in a new issue