This commit is contained in:
Willy-JL
2023-12-02 06:09:01 +00:00
154 changed files with 2085 additions and 10512 deletions
-1
View File
@@ -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))
+2 -2
View File
@@ -34,9 +34,9 @@ def generate(env):
"${ROOT_DIR}",
"--suffix",
"${DIST_SUFFIX}",
"${VERSIONCOMSTR}",
]
]
],
"${VERSIONCOMSTR}",
),
emitter=_version_emitter,
),