Skip to content

Commit 0b8b0b9

Browse files
committed
Pin the DisplayName to Windows Terminal to fix the UAC prompt (#4995)
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)
1 parent b4dae12 commit 0b8b0b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cascadia/CascadiaPackage/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Version="1.0.0.0" />
1818

1919
<Properties>
20-
<DisplayName>ms-resource:AppName</DisplayName>
20+
<DisplayName>Windows Terminal</DisplayName>
2121
<PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>
2222
<Logo>Images\StoreLogo.png</Logo>
2323
</Properties>

0 commit comments

Comments
 (0)