mirror of
https://github.com/toyota-connected/emb_cli.git
synced 2026-06-21 07:19:37 -07:00
4b84751c1b
`--run` previously only fired inside the --deploy/SSH path, so for a native `--target local` build it was silently ignored. Launch the freshly-built embedder against the assembled app bundle on this host (`<embedder> -b <app-bundle>`, single embedder only). A non-native cross-build without --deploy is skipped with a warning, since its binary is a foreign arch and would only fail with `Exec format error`. Also fix _artifactFor: skip CMakeFiles/** compiler-probe binaries, which are ELF executables too and were shadowing the real shell/homescreen in the heuristic scan — corrupting the run hint, local run, and deploy. Signed-off-by: Joel Winarske <joel.winarske@outlook.com>