This commit is contained in:
Willy-JL
2023-02-27 19:16:45 +00:00
parent b7d4b1c73d
commit 14ed0e24b1
5 changed files with 11 additions and 15 deletions
@@ -12,4 +12,4 @@ App(
order=50,
fap_icon="barcode_10px.png",
fap_category="Misc",
)
)
@@ -5,7 +5,7 @@ App(
entry_point="protoview_app_entry",
cdefines=["APP_PROTOVIEW"],
requires=["gui"],
stack_size=8*1024,
stack_size=8 * 1024,
order=50,
fap_icon="appicon.png",
fap_category="Tools",
@@ -9,5 +9,5 @@ App(
order=10,
fap_icon="icons/app.png",
fap_category="Tools",
fap_icon_assets="icons"
fap_icon_assets="icons",
)