Skip to content

Commit

Permalink
Fix for 3116, changing uwp to packaged (#3123)
Browse files Browse the repository at this point in the history
  • Loading branch information
crutkas committed May 20, 2020
1 parent 2eecaf4 commit 61c0c35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ public Result Result(string query, IPublicAPI api)

var result = new Result
{
SubTitle = "UWP application",
SubTitle = "Packaged application",
Icon = Logo,
Score = score,
ContextData = this,
Expand Down

0 comments on commit 61c0c35

Please sign in to comment.