[Bf-blender-cvs] [d5c7a4b3697] blender-v2.91-release: WindowsStore: Fix Search Bar Icon

Jeroen Bakker noreply at git.blender.org
Tue Jan 19 08:40:28 CET 2021


Commit: d5c7a4b3697319d73d7322e85a886edb9e9f2e6a
Author: Jeroen Bakker
Date:   Tue Jan 19 08:36:10 2021 +0100
Branches: blender-v2.91-release
https://developer.blender.org/rBd5c7a4b3697319d73d7322e85a886edb9e9f2e6a

WindowsStore: Fix Search Bar Icon

During tests the search bar icon was not show. The reason is that the
logo in the manifest pointed to an icon that was removed.

===================================================================

M	release/windows/msix/AppxManifest.xml.template

===================================================================

diff --git a/release/windows/msix/AppxManifest.xml.template b/release/windows/msix/AppxManifest.xml.template
index 9289a67efef..e1b267472a3 100644
--- a/release/windows/msix/AppxManifest.xml.template
+++ b/release/windows/msix/AppxManifest.xml.template
@@ -5,7 +5,7 @@
     <DisplayName>Blender[LTSORNOT]</DisplayName>
     <PublisherDisplayName>Blender Foundation</PublisherDisplayName>
     <Description>Blender [VERSION] is the Free and Open Source 3D creation suite</Description>
-    <Logo>Assets\StoreLogo.png</Logo>
+    <Logo>Assets\StoreLogo.scale-100.png</Logo>
   </Properties>
   <Resources>
     <Resource Language="en-us" />



More information about the Bf-blender-cvs mailing list