From c89e9a489624fc2effce244bc0417d78f985562e Mon Sep 17 00:00:00 2001 From: SpaceGhost Date: Thu, 26 Sep 2024 13:17:52 +0200 Subject: [PATCH] fix(application): adjust fam files accroding to ubft linting --- application.fam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application.fam b/application.fam index 6119bf3..56aa9c1 100644 --- a/application.fam +++ b/application.fam @@ -6,11 +6,11 @@ App( apptype=FlipperAppType.EXTERNAL, entry_point="app", stack_size=2 * 1024, - fap_category="Tools", + fap_category="tools", fap_version=(0, 1), fap_icon="flipper_time_tracker.png", # 10x10 1-bit PNG fap_description="Flipper Time Tracker is an application for flipperzero device that allows the user to track multiple tasks at the same time. Application uses csv file to store and handle task data that can be easily exported to excel or similar for further analysis. This also allows to track tasks time in the background or even if the device is switched off !", - fap_author="Lukasz Celitan", + fap_author="MassivDash (hhtps://spaceout.pl)", fap_weburl="https://github.com/MassivDash/flipper-tracker", fap_icon_assets="images", # Image assets to compile for this application )