From 71de897419b6995a0c19fa55d0e154cb87dfefc6 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Sat, 25 Mar 2023 14:33:52 +0000 Subject: [PATCH] Missing icon. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4249 ed5197a5-7fde-0310-b194-c3ffbd925b24 --- apps/appstore.json | 3 ++- src/main.c | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/appstore.json b/apps/appstore.json index ac0280b4..ab95c5a0 100644 --- a/apps/appstore.json +++ b/apps/appstore.json @@ -1,3 +1,4 @@ { - "type": "tildefriends-app" + "type": "tildefriends-app", + "emoji": "🛍" } \ No newline at end of file diff --git a/src/main.c b/src/main.c index 546300d7..0bf3dfe7 100644 --- a/src/main.c +++ b/src/main.c @@ -288,6 +288,7 @@ static int _tf_command_export(const char* file, int argc, char* argv[]) "admin", "api", "apps", + "appstore", "db", "docs", "follow",