Skip to content

Commit

Permalink
Manifest cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hedger committed Nov 8, 2023
1 parent c4a9ff4 commit 941d01c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,11 @@ App(
name="Hex Viewer",
apptype=FlipperAppType.EXTERNAL,
entry_point="hex_viewer_app",
cdefines=["APP_HEX_VIEWER"],
requires=[
"gui",
"dialogs",
],
stack_size=2 * 1024,
order=20,
fap_libs=["assets"],
fap_icon="icons/hex_10px.png",
fap_icon_assets="icons",
fap_category="Tools",
Expand Down

0 comments on commit 941d01c

Please sign in to comment.