Update FFI for app launch arguments

This commit is contained in:
Jackson Coxson
2025-08-24 17:53:05 -06:00
parent b70f531e1e
commit 82c3328afc
4 changed files with 14 additions and 1 deletions

View File

@@ -112,6 +112,7 @@ std::optional<LaunchResponse> AppService::launch(const std::string&
c_argv.size(),
kill_existing ? 1 : 0,
start_suspended ? 1 : 0,
NULL, // TODO: stdio handling
&resp)) {
err = FfiError(e);
return std::nullopt;