Merge branch 'ofwdev' into 420

This commit is contained in:
RogueMaster
2022-10-26 01:18:29 -04:00
48 changed files with 577 additions and 233 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