Add APOLLO_APP_UUID envvar

This commit is contained in:
Yukino Song
2025-05-11 22:39:29 +08:00
parent 6ee5f4ed0b
commit 6c7962b6da
4 changed files with 9 additions and 0 deletions

View File

@@ -344,6 +344,7 @@ namespace proc {
_env["APOLLO_APP_ID"] = _app.id;
_env["APOLLO_APP_NAME"] = _app.name;
_env["APOLLO_APP_UUID"] = _app.uuid;
_env["APOLLO_CLIENT_UUID"] = launch_session->unique_id;
_env["APOLLO_CLIENT_NAME"] = launch_session->device_name;
_env["APOLLO_CLIENT_WIDTH"] = std::to_string(render_width);