Просмотр исходного кода

more manifestos, xbox controller and videopoker ufbt fixes

MX 2 лет назад
Родитель
Сommit
5ba3019023
1 измененных файлов с 5 добавлено и 1 удалено
  1. 5 1
      application.fam

+ 5 - 1
application.fam

@@ -1,6 +1,6 @@
 # COMPILE ISTRUCTIONS:
 
-# Clean the code and remove old binaries/compilation artefact 
+# Clean the code and remove old binaries/compilation artefact
 # ./fbt -c fap_rubiks_cube_scrambler
 
 # Compile FAP
@@ -17,4 +17,8 @@ App(
     stack_size=1 * 1024,
     fap_category="Misc_Extra",
     fap_icon="cube.png",
+    fap_author="@RaZeSloth",
+    fap_weburl="https://github.com/RaZeSloth/flipperzero-rubiks-cube-scrambler",
+    fap_version="1.0",
+    fap_description="App generates random moves to scramble a Rubik's cube.",
 )