Update installer.lua

This commit is contained in:
Ale32bit 2015-12-19 14:15:05 +01:00
parent 17c395fdd6
commit e2150cda96

View file

@ -21,6 +21,10 @@ local files = {
["src/init.lua"] = "/.sPhone/init",
["src/sPhone.lua"] = "/.sPhone/sPhone",
["install"] = "/.sPhone/update",
["LICENSE"] = "/.sPhone/LICENSE",
["src/apis/sha256.lua"] = "/.sPhone/apis/sha256",
["src/apis/visum.lua"] = "/.sPhone/apis/visum",
["src/apis/graphics.lua"] = "/.sPhone/apis/graphics",