diff options
author | Nep Nep <nepnep91@protonmail.com> | 2023-12-17 21:35:01 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-17 21:35:01 -0300 |
commit | 7dbad2c648b4f698b8a953cf8b8d10c9dfe968fb (patch) | |
tree | 97c9db3b6919800670ddc54a20986c6744aaf2be /resources | |
parent | Multiple changes (diff) | |
parent | Merge pull request #1640 from q234rty/fix-slow-new-window-plasma-6 (diff) | |
download | nheko-7dbad2c648b4f698b8a953cf8b8d10c9dfe968fb.tar.xz |
Merge branch 'Nheko-Reborn:master' into ignore-command
Diffstat (limited to 'resources')
-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 57c7188e..417d0229 100644 --- a/resources/AppxManifest.xml +++ b/resources/AppxManifest.xml @@ -4,7 +4,7 @@ xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap10="http://schemas.microsoft.com/appx/manifest/uap/windows10/10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"> - <Identity Name="im.nheko.Nheko" Version="0.11.3.4" Publisher="CN=NhekoReborn, O=NhekoReborn, L=Munich, S=Bavaria, C=Germany" ProcessorArchitecture="x64"/> + <Identity Name="im.nheko.Nheko" Version="0.11.3.4" Publisher="CN=Nicolas Werner, O=Nicolas Werner, L=Munich, S=Bavaria, C=DE" ProcessorArchitecture="x64"/> <Properties> <DisplayName>Nheko</DisplayName> <PublisherDisplayName>Nheko-Reborn</PublisherDisplayName> @@ -26,7 +26,7 @@ uap10:RuntimeBehavior="packagedClassicApp" uap10:TrustLevel="mediumIL"> <uap:VisualElements DisplayName="Nheko" Description="Matrix client written in Qt" Square150x150Logo="nheko.png" - Square44x44Logo="nheko.png" BackgroundColor="#ffffff" /> + Square44x44Logo="nheko.png" BackgroundColor="transparent" /> <Extensions> <uap:Extension Category="windows.protocol"> <uap:Protocol Name="matrix"> |