[Workspaces]Discord and Steam fixes - follow up (#34640)

This commit is contained in:
Seraphima Zykova 2024-09-05 20:50:17 +03:00 committed by GitHub
parent 78953efe6e
commit de00e1d87c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -281,6 +281,8 @@ namespace SnapshotUtils
Logger::info(L"Installed parent app not found: {}", processPath);
continue;
}
processPath = parentProcessPath;
}
else
{
@ -292,7 +294,7 @@ namespace SnapshotUtils
WorkspacesData::WorkspacesProject::Application app{
.name = data.value().name,
.title = title,
.path = data.value().installPath,
.path = processPath,
.packageFullName = data.value().packageFullName,
.appUserModelId = data.value().appUserModelId,
.commandLineArgs = L"", // GetCommandLineArgs(pid, wbemHelper),