mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-08 23:08:10 -07:00
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into dev
This commit is contained in:
@@ -127,7 +127,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))
|
||||
|
||||
@@ -34,9 +34,9 @@ def generate(env):
|
||||
"${ROOT_DIR}",
|
||||
"--suffix",
|
||||
"${DIST_SUFFIX}",
|
||||
"${VERSIONCOMSTR}",
|
||||
]
|
||||
]
|
||||
],
|
||||
"${VERSIONCOMSTR}",
|
||||
),
|
||||
emitter=_version_emitter,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user