fix(backend): resolve .exe binary candidates on Windows (fixes #85) #97

Merged
gronod merged 1 commits from fix/85-windows-binary-resolution into development 2026-08-25 17:14:42 +01:00
Owner

Summary of Changes

  • Implemented get_binary_candidates to check both {name}.exe and {name} on Windows.
  • Updated resolve_binary to inspect .exe candidates across custom settings directory and bundled resource directories.
  • Added comprehensive unit tests in commands::tests::test_get_binary_candidates.

Fixes #85.

### Summary of Changes - Implemented `get_binary_candidates` to check both `{name}.exe` and `{name}` on Windows. - Updated `resolve_binary` to inspect `.exe` candidates across custom settings directory and bundled resource directories. - Added comprehensive unit tests in `commands::tests::test_get_binary_candidates`. Fixes #85.
gronod added the Kind/Bug
Priority
High
2
labels 2026-08-25 17:02:36 +01:00
gronod added 1 commit 2026-08-25 17:02:37 +01:00
fix(backend): resolve .exe binary candidates on Windows (fixes #85)
Build Windows Packages / Build Windows (pull_request) Successful in 7m51s
Build Linux Packages / Build Linux (pull_request) Successful in 9m46s
f07c8ae238
gronod merged commit df8d37c3a7 into development 2026-08-25 17:14:42 +01:00
gronod deleted branch fix/85-windows-binary-resolution 2026-08-25 17:14:43 +01:00
Sign in to join this conversation.