1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 04:34:43 +04:00

Merge branch 'ofw_dev' into dev

This commit is contained in:
MX
2023-12-01 20:29:16 +03:00
88 changed files with 1576 additions and 10502 deletions

View File

@@ -125,7 +125,6 @@ def LoadAppManifest(env, entry):
app_manifest_file_path = manifest_glob[0].rfile().abspath
env["APPMGR"].load_manifest(app_manifest_file_path, entry)
env.Append(PY_LINT_SOURCES=[app_manifest_file_path])
except FlipperManifestException as e:
if not GetOption("silent"):
warn(WarningOnByDefault, str(e))

View File

@@ -32,9 +32,9 @@ def generate(env):
"${TARGET.dir.posix}",
"--dir",
"${ROOT_DIR}",
"${VERSIONCOMSTR}",
]
]
],
"${VERSIONCOMSTR}",
),
emitter=_version_emitter,
),