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()
|
local function kernel()
|
||||||
_G.sPhone = {
|
_G.sPhone = {
|
||||||
version = "Alpha 2.13.5",
|
version = "Alpha 2.13.6",
|
||||||
user = "Guest",
|
user = "Guest",
|
||||||
devMode = false,
|
devMode = false,
|
||||||
mainTerm = term.current()
|
mainTerm = term.current()
|
||||||
|
@ -45,6 +45,10 @@ local function kernel()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
local sPath = shell.path()
|
||||||
|
sPath = sPath..":/.sPhone/bin"
|
||||||
|
shell.setPath(sPath)
|
||||||
|
|
||||||
if not fs.exists("/.sPhone/autorun") then
|
if not fs.exists("/.sPhone/autorun") then
|
||||||
fs.makeDir("/.sPhone/autorun")
|
fs.makeDir("/.sPhone/autorun")
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue