|
@@ -3,18 +3,16 @@ App(
|
|
|
name="HEX Editor",
|
|
name="HEX Editor",
|
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
|
entry_point="hex_editor_app",
|
|
entry_point="hex_editor_app",
|
|
|
- cdefines=["APP_HEX_EDITOR"],
|
|
|
|
|
requires=[
|
|
requires=[
|
|
|
"gui",
|
|
"gui",
|
|
|
"dialogs",
|
|
"dialogs",
|
|
|
],
|
|
],
|
|
|
stack_size=2 * 1024,
|
|
stack_size=2 * 1024,
|
|
|
- order=20,
|
|
|
|
|
fap_icon="icons/edit_10px.png",
|
|
fap_icon="icons/edit_10px.png",
|
|
|
fap_category="Tools",
|
|
fap_category="Tools",
|
|
|
fap_icon_assets="icons",
|
|
fap_icon_assets="icons",
|
|
|
fap_author="@dunaevai135",
|
|
fap_author="@dunaevai135",
|
|
|
fap_weburl="https://github.com/dunaevai135/flipper-zero-hex_editor",
|
|
fap_weburl="https://github.com/dunaevai135/flipper-zero-hex_editor",
|
|
|
- fap_version="1.2",
|
|
|
|
|
|
|
+ fap_version="1.3",
|
|
|
fap_description="Read text files line by line and edit them without a computer or smartphone.",
|
|
fap_description="Read text files line by line and edit them without a computer or smartphone.",
|
|
|
)
|
|
)
|