fix(launcher): require executable Linux hosts

This commit is contained in:
Erik 2026-08-14 19:12:32 +02:00
parent 10a712d66b
commit ae2cbbee8c
5 changed files with 134 additions and 10 deletions

View file

@ -518,7 +518,8 @@ public sealed class LauncherOrchestratorTests : IDisposable
executables ?? new LauncherExecutableSet(
"gui-host",
"headless-host",
fileExists: _ => true),
fileExists: _ => true,
hasUnixExecutePermission: _ => true),
new LauncherInstallRecord("dats", "pak"),
platform ?? WindowsCapabilities(),
configService,