Explorar el Código

more manifestos, xbox controller and videopoker ufbt fixes

MX hace 2 años
padre
commit
5ba3019023
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      application.fam

+ 5 - 1
application.fam

@@ -1,6 +1,6 @@
 # COMPILE ISTRUCTIONS:
 # 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
 # ./fbt -c fap_rubiks_cube_scrambler
 
 
 # Compile FAP
 # Compile FAP
@@ -17,4 +17,8 @@ App(
     stack_size=1 * 1024,
     stack_size=1 * 1024,
     fap_category="Misc_Extra",
     fap_category="Misc_Extra",
     fap_icon="cube.png",
     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.",
 )
 )