mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-20 00:48:11 -07:00
Merge branch 'ofwdev' into 420
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user