pub fn is_dev_build_exe(exe_dir: &Path) -> boolExpand description
True when this binary is running from one of our known dev-build
output directories (dist/cef-dev/, target/debug/, target/release/).
Walks ancestors to handle nested cases (CEF subprocesses run from a
runtime/ subdir even in dev). Path-only — does not read env.