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.
  • Loading branch information
DHowett authored Mar 18, 2020
1 parent f7d106d commit aaa4943
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 aaa4943

Please sign in to comment.