Skip to content

Commit

Permalink
Pin the DisplayName to Windows Terminal to fix the UAC prompt (#4995)
Browse files Browse the repository at this point in the history
There's an issue in the UAC consent dialog where it cannot read an
application's name if it's stored in a resource. When it fails, it deems
us an "Unknown Program" and that looks pretty silly.

Fixes #2289.

(cherry picked from commit aaa4943)
  • Loading branch information
DHowett committed Mar 19, 2020
1 parent b4dae12 commit 0b8b0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cascadia/CascadiaPackage/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Version="1.0.0.0" />

<Properties>
<DisplayName>ms-resource:AppName</DisplayName>
<DisplayName>Windows Terminal</DisplayName>
<PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>
<Logo>Images\StoreLogo.png</Logo>
</Properties>
Expand Down

0 comments on commit 0b8b0b9

Please sign in to comment.