Skip to content

Commit e661644

Browse files
Make Windows App SDK Package Manifest for Sample App consistent with UWP manifest
1 parent 5e0ccbb commit e661644

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ProjectHeads/AllComponents/WinAppSdk/Package.appxmanifest

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
Executable="$targetnametoken$.exe"
3232
EntryPoint="$targetentrypoint$">
3333
<uap:VisualElements
34-
DisplayName="CommunityToolkit Sample App"
34+
DisplayName="Windows Community Toolkit Gallery"
3535
Square150x150Logo="Assets\MedTile.png"
3636
Square44x44Logo="Assets\AppList.png"
3737
Description="CommunityToolkit Samples"
@@ -50,5 +50,6 @@
5050
<Capabilities>
5151
<rescap:Capability Name="runFullTrust" />
5252
<Capability Name="internetClient" />
53+
<DeviceCapability Name="webcam"/>
5354
</Capabilities>
5455
</Package>

0 commit comments

Comments
 (0)