Merge branch 'fz-dev' into dev

This commit is contained in:
MX
2022-10-26 03:44:21 +03:00
267 changed files with 303 additions and 802 deletions
+5 -2
View File
@@ -7,6 +7,7 @@ from update import Main as UpdateMain
import shutil
import zipfile
import tarfile
from ansi.color import fg
class ProjectDir:
@@ -126,7 +127,7 @@ class Main(App):
self.copy_single_project(project)
self.logger.info(
f"Firmware binaries can be found at:\n\t{self.output_dir_path}"
fg.green(f"Firmware binaries can be found at:\n\t{self.output_dir_path}")
)
if self.args.version:
@@ -170,7 +171,9 @@ class Main(App):
if (bundle_result := UpdateMain(no_exit=True)(bundle_args)) == 0:
self.logger.info(
f"Use this directory to self-update your Flipper:\n\t{bundle_dir}"
fg.green(
f"Use this directory to self-update your Flipper:\n\t{bundle_dir}"
)
)
# Create tgz archive