Update installer.lua
This commit is contained in:
parent
17c395fdd6
commit
e2150cda96
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@ local files = {
|
||||||
["src/init.lua"] = "/.sPhone/init",
|
["src/init.lua"] = "/.sPhone/init",
|
||||||
["src/sPhone.lua"] = "/.sPhone/sPhone",
|
["src/sPhone.lua"] = "/.sPhone/sPhone",
|
||||||
|
|
||||||
|
["install"] = "/.sPhone/update",
|
||||||
|
|
||||||
|
["LICENSE"] = "/.sPhone/LICENSE",
|
||||||
|
|
||||||
["src/apis/sha256.lua"] = "/.sPhone/apis/sha256",
|
["src/apis/sha256.lua"] = "/.sPhone/apis/sha256",
|
||||||
["src/apis/visum.lua"] = "/.sPhone/apis/visum",
|
["src/apis/visum.lua"] = "/.sPhone/apis/visum",
|
||||||
["src/apis/graphics.lua"] = "/.sPhone/apis/graphics",
|
["src/apis/graphics.lua"] = "/.sPhone/apis/graphics",
|
||||||
|
|
Loading…
Reference in a new issue