From 58e710d2da5c50c2c83ecf0f7417e69a2833767c Mon Sep 17 00:00:00 2001 From: Travis Evans Date: Tue, 9 Jul 2024 16:58:53 -0500 Subject: [PATCH] Fix the metadata file again --- apps/timestamplog/metadata.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/timestamplog/metadata.json b/apps/timestamplog/metadata.json index d5df5c54b..e9b23e0fd 100644 --- a/apps/timestamplog/metadata.json +++ b/apps/timestamplog/metadata.json @@ -11,7 +11,8 @@ "storage": [ {"name": "timestamplog.app.js", "url": "app.js"}, {"name": "timestamplog.img", "url": "app-icon.js", "evaluate": true}, - {"name": "lib.js", "url": "lib.js"} + {"name": "timestamplog", "url": "lib.js"}, + {"name": "timestamplog.settings.js", "url": "settings.js"} ], "data": [ {"name": "timestamplog.settings"},