3 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">
diff --git a/resources/nheko-150.png b/resources/nheko-150.png
new file mode 100644
index 00000000..9afbafbc
--- /dev/null
+++ b/resources/nheko-150.png
Binary files differdiff --git a/resources/nheko-44.png b/resources/nheko-44.png
new file mode 100644
index 00000000..74f7952a
--- /dev/null
+++ b/resources/nheko-44.png
Binary files differ |