From c76bf62a53b4ad2ef87cb385d16581e6b7ae05d6 Mon Sep 17 00:00:00 2001 From: Izaya Date: Sun, 22 Apr 2018 01:18:39 +1000 Subject: [PATCH] added launchbar to the repo listing --- repository/data/app-claw/local.lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/repository/data/app-claw/local.lua b/repository/data/app-claw/local.lua index 0e757e0..e460268 100644 --- a/repository/data/app-claw/local.lua +++ b/repository/data/app-claw/local.lua @@ -22,6 +22,19 @@ return { "docs/repoauthors/app-eeprog" }, }, + ["app-launchbar"] = { + desc = "Application launcher bar", + v = 0, + deps = { + "neo" + }, + dirs = { + "apps" + }, + files = { + "apps/app-launchbar.lua" + }, + }, ["neo-docs"] = { desc = "KittenOS NEO system documentation", v = 2,