From 921af99295ba58409aecfbcaab22686bafbfaf10 Mon Sep 17 00:00:00 2001 From: Ale32bit Date: Tue, 10 Nov 2015 16:36:16 +0100 Subject: [PATCH] Update installer.lua --- src/installer.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/installer.lua b/src/installer.lua index b29cf61..ec0aff9 100644 --- a/src/installer.lua +++ b/src/installer.lua @@ -39,6 +39,8 @@ local files = { ["src/startup"] = "/startup", ["src/startup"] = "/.sPhone/startup", + + ["src/config/sPhone"] = "/.sPhone/config/sPhone", } local githubUser = "Sertex-Team"