mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 13:03:13 +00:00
move nfc apps into NFC folder
This commit is contained in:
parent
6208337f61
commit
adb236d8b6
3 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ App(
|
|||
],
|
||||
stack_size=1 * 1024,
|
||||
fap_icon="mfkey.png",
|
||||
fap_category="Tools",
|
||||
fap_category="NFC",
|
||||
fap_author="noproto",
|
||||
fap_icon_assets="images",
|
||||
fap_weburl="https://github.com/noproto/FlipperMfkey",
|
||||
|
|
|
@ -11,7 +11,7 @@ App(
|
|||
stack_size=4 * 1024,
|
||||
order=30,
|
||||
fap_icon="../../../assets/icons/Archive/Nfc_10px.png",
|
||||
fap_category="Tools",
|
||||
fap_category="NFC",
|
||||
fap_private_libs=[
|
||||
Lib(
|
||||
name="magic",
|
||||
|
|
|
@ -11,7 +11,7 @@ App(
|
|||
stack_size=4 * 1024,
|
||||
order=30,
|
||||
fap_icon="125_10px.png",
|
||||
fap_category="Tools",
|
||||
fap_category="NFC",
|
||||
fap_libs=["mbedtls"],
|
||||
fap_private_libs=[
|
||||
Lib(
|
||||
|
|
Loading…
Reference in a new issue