added the build command
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user