Move fw integrated apps to system dir --nobuild

This commit is contained in:
Willy-JL
2023-10-02 11:12:59 +01:00
parent 721ee9dc09
commit 56fd259d48
65 changed files with 12 additions and 10 deletions

View File

@@ -0,0 +1,18 @@
App(
appid="ir_remote",
name="IR Remote",
apptype=FlipperAppType.EXTERNAL,
entry_point="infrared_remote_app",
stack_size=3 * 1024,
requires=[
"gui",
"dialogs",
],
fap_category="Infrared",
fap_icon="ir_10px.png",
fap_icon_assets="images",
fap_author="@Hong5489 & @friebel & @d4ve10",
fap_weburl="https://github.com/Hong5489/ir_remote",
fap_version="1.0",
fap_description="Bind any IR remote button to each button on flipper d-pad, provides another way to use flipper as IR remote.",
)