|
@@ -3,14 +3,11 @@ App(
|
|
|
name="Hex Viewer",
|
|
name="Hex Viewer",
|
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
|
entry_point="hex_viewer_app",
|
|
entry_point="hex_viewer_app",
|
|
|
- cdefines=["APP_HEX_VIEWER"],
|
|
|
|
|
requires=[
|
|
requires=[
|
|
|
"gui",
|
|
"gui",
|
|
|
"dialogs",
|
|
"dialogs",
|
|
|
],
|
|
],
|
|
|
stack_size=2 * 1024,
|
|
stack_size=2 * 1024,
|
|
|
- order=20,
|
|
|
|
|
- fap_libs=["assets"],
|
|
|
|
|
fap_icon="icons/hex_10px.png",
|
|
fap_icon="icons/hex_10px.png",
|
|
|
fap_icon_assets="icons",
|
|
fap_icon_assets="icons",
|
|
|
fap_category="Tools",
|
|
fap_category="Tools",
|