Skip to content

Commit

Permalink
Emit InstallerContext and Architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
svrooij committed May 2, 2024
1 parent 4018462 commit 43538e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Svrooij.WinTuner.CmdLets/Commands/GetWtWin32Apps.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ public override async Task ProcessRecordAsync(CancellationToken cancellationToke
CurrentVersion = app.CurrentVersion,
SupersededAppCount = app.SupersededAppCount,
SupersedingAppCount = app.SupersedingAppCount,
InstallerContext = app.InstallerContext,
Architecture = app.Architecture,
LatestVersion = version,
});
}
Expand Down

0 comments on commit 43538e6

Please sign in to comment.