added the build command

This commit is contained in:
2026-01-20 07:47:15 +11:00
parent 77a7a44804
commit a12990ef65
5 changed files with 109 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ def uninstall(args):
check_sudo()
check_ground_libs_path()
with console.status(status=f"Looking for [i]{args.name}[/]...", spinner="bouncingBall", spinner_style="blue") as status:
with console.status(status=f"Looking for [i]{args.name}[/]...", spinner="bouncingBall", spinner_style="green") as status:
mineral_path = os.path.join(os.getenv("GROUND_LIBS"), args.name)
symlink_path = os.path.join(os.getenv("GROUND_LIBS"), f"{args.name}.so")