|
|
@@ -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.",
|
|
|
)
|