Fix cross-dependant fap icons

This commit is contained in:
Willy-JL
2023-07-01 11:38:56 +01:00
parent 0e60876b31
commit 523e063d19
4 changed files with 2 additions and 2 deletions

View File

@@ -7,6 +7,6 @@ App(
requires=["gui"], requires=["gui"],
stack_size=1 * 1024, stack_size=1 * 1024,
order=60, order=60,
fap_icon="../../external/mousejacker/mouse_10px.png", fap_icon="mouse_10px.png",
fap_category="Debug", fap_category="Debug",
) )

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

View File

@@ -10,7 +10,7 @@ App(
], ],
stack_size=4 * 1024, stack_size=4 * 1024,
order=30, order=30,
fap_icon="../../../assets/icons/Archive/Nfc_10px.png", fap_icon="Nfc_10px.png",
fap_category="NFC", fap_category="NFC",
fap_private_libs=[ fap_private_libs=[
Lib( Lib(