Skip to content

Commit

Permalink
Update AppxManifest.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
aliakseis committed Oct 13, 2024
1 parent 07a440e commit 47de087
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion AppxManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ IgnorableNamespaces="uap mp">
</Resources>
<Applications>
<Application Id="App" Executable="WellTrajectoryCalculator.exe" EntryPoint="Windows.FullTrustApplication">
<uap:VisualElements DisplayName="My App" Description="A simple app for Windows" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" />
<uap:VisualElements DisplayName="My App" Description="A simple app for Windows" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png"
BackgroundColor="#AA00AA" />
</Application>
</Applications>
</Package>

0 comments on commit 47de087

Please sign in to comment.