TheSainEyereg 2 лет назад
Родитель
Сommit
6e3498f7aa
3 измененных файлов с 9 добавлено и 9 удалено
  1. 3 0
      CHANGELOG.md
  2. 3 9
      README.md
  3. 3 0
      application.fam

+ 3 - 0
CHANGELOG.md

@@ -0,0 +1,3 @@
+## v1.0
+
+- Stable release.

+ 3 - 9
README.md

@@ -1,10 +1,4 @@
-# flipper-pc-monitor
-Flipper Application for monitoring PC state
+# PC Monitor
+Flipper Application for monitoring PC resources
 
 
-**[A backend running on your computer is required to work](https://github.com/TheSainEyereg/flipper-pc-monitor-backend)**
-
-### Screenshots
-
-![app](screenshots/qFlipper.png)  
-![app](screenshots/1.png)
-![app](screenshots/2.png)
+**[A backend running on your PC is required](https://github.com/TheSainEyereg/flipper-pc-monitor-backend/releases)**

+ 3 - 0
application.fam

@@ -5,6 +5,9 @@ App(
     entry_point="pc_monitor_app",
     entry_point="pc_monitor_app",
     requires=["bt", "gui"],
     requires=["bt", "gui"],
     stack_size=1 * 1024,
     stack_size=1 * 1024,
+	fap_description="Application for monitoring PC resources",
     fap_category="Bluetooth",
     fap_category="Bluetooth",
     fap_icon="icons/icon_10px.png",
     fap_icon="icons/icon_10px.png",
+    fap_version="1.0",
+    fap_author="Olejka",
 )
 )