|
@@ -3,7 +3,6 @@ App(
|
|
|
name="FlipBIP Crypto Tool",
|
|
name="FlipBIP Crypto Tool",
|
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
|
entry_point="flipbip_app",
|
|
entry_point="flipbip_app",
|
|
|
- cdefines=["APP_FLIPBIP"],
|
|
|
|
|
requires=[
|
|
requires=[
|
|
|
"gui",
|
|
"gui",
|
|
|
],
|
|
],
|
|
@@ -16,7 +15,7 @@ App(
|
|
|
name="crypto",
|
|
name="crypto",
|
|
|
),
|
|
),
|
|
|
],
|
|
],
|
|
|
- fap_category="Misc",
|
|
|
|
|
|
|
+ fap_category="Tools",
|
|
|
fap_description="Crypto toolkit for Flipper",
|
|
fap_description="Crypto toolkit for Flipper",
|
|
|
fap_author="Struan Clark (xtruan)",
|
|
fap_author="Struan Clark (xtruan)",
|
|
|
fap_weburl="https://github.com/xtruan/FlipBIP",
|
|
fap_weburl="https://github.com/xtruan/FlipBIP",
|