Skip to content

Commit

Permalink
Fbt: fix broken resource deployment (flipperdevices#2477)
Browse files Browse the repository at this point in the history
  • Loading branch information
skotopes authored Mar 10, 2023
1 parent 0190a16 commit 4bd3dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fbt_tools/fbt_extapps.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ def generate(env, **kw):
generator=generate_embed_app_metadata_actions,
suffix=".fap",
src_suffix=".elf",
emitter=generate_embed_app_metadata_emitter,
# emitter=generate_embed_app_metadata_emitter,
),
"ValidateAppImports": Builder(
action=[
Expand Down

0 comments on commit 4bd3dca

Please sign in to comment.