From 0b7fa0494d6862cba796a1f95882c1fe57bf4c24 Mon Sep 17 00:00:00 2001 From: David Peer Date: Wed, 6 Apr 2022 17:34:56 +0200 Subject: [PATCH] use type of sched instead of app --- apps/smpltmr/metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/smpltmr/metadata.json b/apps/smpltmr/metadata.json index 5a46ae546..5adf00921 100644 --- a/apps/smpltmr/metadata.json +++ b/apps/smpltmr/metadata.json @@ -6,7 +6,7 @@ "description": "A very simple app to start a timer.", "icon": "app.png", "tags": "tool", - "dependencies": {"sched":"app"}, + "dependencies": {"sched":"type"}, "supports": ["BANGLEJS2"], "screenshots": [{"url":"screenshot.png"}, {"url": "screenshot_2.png"}], "readme": "README.md",