Missing package description and fixing typo.

This commit is contained in:
Burak Kaan Köse
2025-02-14 02:14:04 +01:00
parent 2ec05ea7cc
commit 19b5852098

View File

@@ -45,10 +45,10 @@
Executable="$targetnametoken$.exe" Executable="$targetnametoken$.exe"
EntryPoint="$targetentrypoint$"> EntryPoint="$targetentrypoint$">
<uap:VisualElements <uap:VisualElements
DisplayName="WIno Mail" DisplayName="Wino Mail"
Square150x150Logo="Images\Square150x150Logo.png" Square150x150Logo="Images\Square150x150Logo.png"
Square44x44Logo="Images\Square44x44Logo.png" Square44x44Logo="Images\Square44x44Logo.png"
Description="App1.Package" Description="Native mail client for Windows."
BackgroundColor="transparent"> BackgroundColor="transparent">
<uap:DefaultTile Wide310x150Logo="Images\Wide310x150Logo.png"/> <uap:DefaultTile Wide310x150Logo="Images\Wide310x150Logo.png"/>
<uap:SplashScreen Image="Images\SplashScreen.png" /> <uap:SplashScreen Image="Images\SplashScreen.png" />