diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2024-03-25 00:38:45 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2024-03-25 00:38:45 +0100 |
commit | 779d5e9fae70a41b45f87d8339a5ae8ed7c807e1 (patch) | |
tree | ebf0b313003de827643900fab8b03d2079fe9736 /resources/AppxManifest.xml | |
parent | Hopefully fix Windows icon background color (diff) | |
download | nheko-779d5e9fae70a41b45f87d8339a5ae8ed7c807e1.tar.xz |
Try harder to make transparency for windows icon work
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"> |