Skip to content

Commit

Permalink
update application.fam mainifest
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyMinimal committed Jan 26, 2023
1 parent 6c1d2ee commit 1031cc6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions application.fam
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
# For details & more options, see documentation/AppManifests.md in firmware repo

App(
appid="simon_says", # Must be unique
name="Simon Says", # Displayed in UI
apptype=FlipperAppType.EXTERNAL,
entry_point="simon_says_app",
entry_point="simon_says_app_entry",
stack_size=2 * 1024,
fap_category="Games",
# Optional values
# fap_version=(0, 1), # (major, minor)
fap_icon="simon_says.png", # 10x10 1-bit PNG
# fap_description="A simple app",
# fap_author="SimplyMinimal,ShehabAttia96",
# fap_weburl="https://github.com/SimplyMinimal/FlipperZero-SimonSays",
fap_description="A Simon Says Game",
fap_author="SimplyMinimal,ShehabAttia96",
fap_weburl="https://github.com/SimplyMinimal/FlipperZero-SimonSays",
fap_icon_assets="images", # Image assets to compile for this application
)

0 comments on commit 1031cc6

Please sign in to comment.