Asset packs in external apps again

This commit is contained in:
Willy-JL
2023-07-13 20:44:06 +02:00
parent ef907152b4
commit 158b727cb8
10 changed files with 1 additions and 10 deletions

View File

@@ -7,7 +7,6 @@ App(
fap_category="GPIO",
fap_description="A camera suite application for the Flipper Zero ESP32-CAM module.",
fap_icon="icons/camera_suite.png",
fap_libs=["assets"],
fap_weburl="https://github.com/CodyTolene/Flipper-Zero-Cam",
name="[ESP32] Camera Suite",
order=1,

View File

@@ -6,7 +6,6 @@ App(
stack_size=2 * 1024,
icon="A_BadKb_14",
order=70,
fap_libs=["assets"],
fap_icon="icon.png",
fap_category="USB",
)

View File

@@ -6,7 +6,6 @@ App(
stack_size=1 * 1024,
icon="A_GPIO_14",
order=50,
fap_libs=["assets"],
fap_icon="icon.png",
fap_category="GPIO",
)

View File

@@ -7,7 +7,6 @@ App(
icon="A_iButton_14",
stack_size=2 * 1024,
order=60,
fap_libs=["assets"],
fap_icon="icon.png",
fap_category="iButton",
)

View File

@@ -7,7 +7,6 @@ App(
icon="A_Infrared_14",
stack_size=3 * 1024,
order=40,
fap_libs=["assets"],
fap_icon="icon.png",
fap_category="Infrared",
)

View File

@@ -7,7 +7,6 @@ App(
icon="A_125khz_14",
stack_size=2 * 1024,
order=20,
fap_libs=["assets"],
fap_icon="icon.png",
fap_category="RFID",
)

View File

@@ -7,7 +7,6 @@ App(
icon="A_NFC_14",
stack_size=5 * 1024,
order=30,
fap_libs=["assets"],
fap_icon="icon.png",
fap_category="NFC",
)

View File

@@ -19,7 +19,7 @@ App(
icon="A_Sub1ghz_14",
stack_size=3 * 1024,
order=10,
fap_libs=["assets", "hwdrivers"],
fap_libs=["hwdrivers"],
fap_icon="icon.png",
fap_category="Sub-GHz",
)

View File

@@ -6,7 +6,6 @@ App(
stack_size=2 * 1024,
icon="A_U2F_14",
order=80,
fap_libs=["assets"],
fap_category="USB",
fap_icon="icon.png",
)

View File

@@ -6,7 +6,6 @@ App(
stack_size=2 * 1024,
icon="A_Xtreme_14",
order=90,
fap_libs=["assets"],
# fap_icon="",
# fap_category="",
)