packaging: move rg manifest out of npm bin

This commit is contained in:
Michael Bolin
2026-05-21 08:20:03 -07:00
parent 298e5cfce1
commit 6fb492a1b1
8 changed files with 46 additions and 13 deletions

View File

@@ -114,7 +114,7 @@ def parse_args() -> argparse.Namespace:
type=Path,
help=(
"Optional local ripgrep executable override instead of fetching from "
"codex-cli/bin/rg."
"scripts/codex_package/rg."
),
)
return parser.parse_args()