From 8d780177f8b3fb26e3604ca9938c25656932b115 Mon Sep 17 00:00:00 2001 From: Ale32bit Date: Sat, 30 Jul 2016 19:24:49 +0200 Subject: [PATCH] Rename appList to appList.lua --- src/apps/{appList => appList.lua} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/apps/{appList => appList.lua} (95%) diff --git a/src/apps/appList b/src/apps/appList.lua similarity index 95% rename from src/apps/appList rename to src/apps/appList.lua index 890c85e..28a18e2 100644 --- a/src/apps/appList +++ b/src/apps/appList.lua @@ -57,4 +57,4 @@ sPhone.winOk("Work In","Progress") sPhone.run("/.sPhone/apps/storeApps/"..apps[y-2]) end end - end \ No newline at end of file + end