Skip to content

Commit

Permalink
[Workspaces]Discord and Steam fixes - follow up (#34640)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeraphimaZykova committed Sep 5, 2024
1 parent 78953ef commit de00e1d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,8 @@ namespace SnapshotUtils
Logger::info(L"Installed parent app not found: {}", processPath);
continue;
}

processPath = parentProcessPath;
}
else
{
Expand All @@ -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),
Expand Down

0 comments on commit de00e1d

Please sign in to comment.