Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Bakker <jeroen@blender.org>2021-01-19 10:36:10 +0300
committerJeroen Bakker <jeroen@blender.org>2021-01-19 10:36:10 +0300
commitd5c7a4b3697319d73d7322e85a886edb9e9f2e6a (patch)
tree57d02c05888d00554f03af4d0fb69edcc34167dc
parente06d1d585babc690caf0dc762ebbd8bd599dacf4 (diff)
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.
-rw-r--r--release/windows/msix/AppxManifest.xml.template2
1 files changed, 1 insertions, 1 deletions
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" />