diff options
Diffstat (limited to 'resources/AppxManifest.xml')
-rw-r--r-- | resources/AppxManifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/AppxManifest.xml b/resources/AppxManifest.xml index 978fda8c..9f933604 100644 --- a/resources/AppxManifest.xml +++ b/resources/AppxManifest.xml @@ -25,8 +25,8 @@ <Application Id="im.nheko.nheko" Executable="nheko.exe" EntryPoint="Windows.FullTrustApplication" uap10:RuntimeBehavior="packagedClassicApp" uap10:TrustLevel="mediumIL"> - <uap:VisualElements DisplayName="Nheko" Description="Matrix client written in Qt" Square150x150Logo="nheko.png" - Square44x44Logo="nheko.png" BackgroundColor="transparent" /> + <uap:VisualElements DisplayName="Nheko" Description="Matrix client written in Qt" Square150x150Logo="nheko-150.png" + Square44x44Logo="nheko-44.png" BackgroundColor="transparent" /> <Extensions> <uap:Extension Category="windows.protocol"> <uap:Protocol Name="matrix"> |