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:
@@ -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))
|
||||
|
||||
@@ -32,9 +32,9 @@ def generate(env):
|
||||
"${TARGET.dir.posix}",
|
||||
"--dir",
|
||||
"${ROOT_DIR}",
|
||||
"${VERSIONCOMSTR}",
|
||||
]
|
||||
]
|
||||
],
|
||||
"${VERSIONCOMSTR}",
|
||||
),
|
||||
emitter=_version_emitter,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user