FBT: Only format images in firmware, not ext apps

It was formatting demo screenshots too
There might a better way to detect only icons, but not formatting also means less merge conflicts
This commit is contained in:
Willy-JL
2024-08-12 18:33:09 +02:00
parent c412d00c3a
commit 314554fe3b
3 changed files with 9 additions and 2 deletions
+1
View File
@@ -326,6 +326,7 @@ firmware_env.Append(
IMG_LINT_SOURCES=[
# Image assets
"applications",
"!applications/external",
"assets",
],
)